summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-11-16 02:57:22 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-11-16 02:57:22 +0000
commitf16caf535c3e7a697c7464ecc153bce1b341d0ef (patch)
treede359f3e2ef8d30d070cff3476bcea7d185596cb /gtk2_ardour/option_editor.h
parentadacfd9b24fb0ac7c4029cd659d21107eb7a2208 (diff)
get editor.cc to compile
git-svn-id: svn://localhost/trunk/ardour2@99 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/option_editor.h')
-rw-r--r--gtk2_ardour/option_editor.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/gtk2_ardour/option_editor.h b/gtk2_ardour/option_editor.h
index 82771a071d..2808b18ddd 100644
--- a/gtk2_ardour/option_editor.h
+++ b/gtk2_ardour/option_editor.h
@@ -83,7 +83,7 @@ class OptionEditor : public ArdourDialog
void setup_path_options();
void add_session_paths ();
void remove_session_paths ();
- gint native_format_chosen (GdkEventAny *);
+ void native_format_chosen ();
void raid_path_changed ();
/* fades */
@@ -102,8 +102,8 @@ class OptionEditor : public ArdourDialog
void auto_xfade_clicked ();
void xfade_active_clicked ();
- gint layer_mode_chosen (GdkEventAny*);
- gint xfade_model_chosen (GdkEventAny*);
+ void layer_mode_chosen ();
+ void xfade_model_chosen ();
void setup_fade_options();
void short_xfade_adjustment_changed ();
@@ -135,8 +135,8 @@ class OptionEditor : public ArdourDialog
void show_measures_clicked ();
void strip_width_clicked ();
void follow_playhead_clicked ();
- gint meter_hold_chosen (GdkEventAny *);
- gint meter_falloff_chosen (GdkEventAny *);
+ void meter_hold_chosen ();
+ void meter_falloff_chosen ();
void display_control_changed (Editing::DisplayControl);
@@ -155,10 +155,10 @@ class OptionEditor : public ArdourDialog
void setup_sync_options ();
gint send_mtc_toggled (GdkEventButton*, Gtk::CheckButton*);
- gint slave_type_chosen (GdkEventAny*);
+ void slave_type_chosen ();
void jack_time_master_clicked ();
void jack_transport_master_clicked ();
- gint smpte_fps_chosen (GdkEventAny*);
+ void smpte_fps_chosen ();
void smpte_offset_chosen ();
void smpte_offset_negative_clicked ();
@@ -247,9 +247,9 @@ class OptionEditor : public ArdourDialog
Gtk::SpinButton edit_button_spin;
void setup_keyboard_options ();
- gint delete_modifier_chosen (GdkEventAny*);
- gint edit_modifier_chosen (GdkEventAny*);
- gint snap_modifier_chosen (GdkEventAny*);
+ void delete_modifier_chosen ();
+ void edit_modifier_chosen ();
+ void snap_modifier_chosen ();
void edit_button_changed ();
void delete_button_changed ();