summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-07 17:23:27 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-07 17:23:27 +0000
commitf690d687d3cae9b3eeeb4d7837edc5e427d9bc2b (patch)
tree841537fb448e517d967158b6d77f7a81855f1a13 /gtk2_ardour/ardour_ui.h
parenta5788defff161ccfdb390b9580b071260e671d18 (diff)
convert transport buttons to ArdourButton
git-svn-id: svn://localhost/ardour2/branches/3.0@10473 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h22
1 files changed, 9 insertions, 13 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index c6dc7ba0b0..f29f06ce94 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -64,6 +64,7 @@
#include "ardour/session_handle.h"
#include "ardour_dialog.h"
+#include "ardour_button.h"
#include "editing.h"
#include "ui_config.h"
#include "window_proxy.h"
@@ -201,8 +202,6 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
AudioClock* primary_clock;
AudioClock* secondary_clock;
- AudioClock* preroll_clock;
- AudioClock* postroll_clock;
TimeInfoBox* time_info_box;
@@ -301,9 +300,6 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
void toggle_mixer_window ();
void toggle_mixer_on_top ();
- Gtk::ToggleButton preroll_button;
- Gtk::ToggleButton postroll_button;
-
int setup_windows ();
void setup_transport ();
void setup_clock ();
@@ -424,14 +420,14 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
void set_transport_controllable_state (const XMLNode&);
XMLNode& get_transport_controllable_state ();
- BindableButton roll_button;
- BindableButton stop_button;
- BindableButton goto_start_button;
- BindableButton goto_end_button;
- BindableButton auto_loop_button;
- BindableButton play_selection_button;
- BindableButton rec_button;
- BindableToggleButton join_play_range_button;
+ ArdourButton roll_button;
+ ArdourButton stop_button;
+ ArdourButton goto_start_button;
+ ArdourButton goto_end_button;
+ ArdourButton auto_loop_button;
+ ArdourButton play_selection_button;
+ ArdourButton rec_button;
+ ArdourButton join_play_range_button;
void toggle_external_sync ();
void toggle_time_master ();