summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_info_box.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-06-08 19:48:57 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-06-08 19:48:57 +0000
commita6517a01902370e6c6dfa3e4a153e214b68cf4a7 (patch)
treeaa2cf8aa8465b74d20f7c7d81eea328c2eb13bbe /gtk2_ardour/time_info_box.h
parent7c6b33e7994741173d095c163832a8b8266a8728 (diff)
move punch in/out buttons into time info box; remove rounded corners on clocks
git-svn-id: svn://localhost/ardour2/branches/3.0@9691 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/time_info_box.h')
-rw-r--r--gtk2_ardour/time_info_box.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk2_ardour/time_info_box.h b/gtk2_ardour/time_info_box.h
index 5be6a0e45a..2731fda11d 100644
--- a/gtk2_ardour/time_info_box.h
+++ b/gtk2_ardour/time_info_box.h
@@ -24,14 +24,11 @@
#include <gtkmm/box.h>
#include <gtkmm/label.h>
+#include <gtkmm/table.h>
#include "ardour/ardour.h"
#include "ardour/session_handle.h"
-class CairoEditableText;
-class CairoCell;
-class CairoTextCell;
-
namespace ARDOUR {
class Session;
class Location;
@@ -67,9 +64,12 @@ class TimeInfoBox : public Gtk::Table, public ARDOUR::SessionHandlePtr
void punch_location_changed (ARDOUR::Location*);
void watch_punch (ARDOUR::Location*);
PBD::ScopedConnectionList punch_connections;
-
PBD::ScopedConnectionList editor_connections;
+ Gtkmm2ext::StatefulToggleButton punch_in_button;
+ Gtkmm2ext::StatefulToggleButton punch_out_button;
+ Gtk::HBox punch_button_box;
+
void selection_changed ();
void sync_selection_mode (AudioClock*);