summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_clock.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-06-07 15:23:06 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-06-07 15:23:06 +0000
commit0a53bb1d42361eeb6552af03a1d3578535d948d0 (patch)
tree16bf99df67b4e4fe6e5a68805056b51f740e8598 /gtk2_ardour/audio_clock.h
parente77b5261d2811a1ad139afc29250e3a3337c455d (diff)
lots of clock tweaks, but still, STILL! not done, really
git-svn-id: svn://localhost/ardour2/branches/3.0@9678 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/audio_clock.h')
-rw-r--r--gtk2_ardour/audio_clock.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk2_ardour/audio_clock.h b/gtk2_ardour/audio_clock.h
index df6def4f39..8e0ab53a9d 100644
--- a/gtk2_ardour/audio_clock.h
+++ b/gtk2_ardour/audio_clock.h
@@ -38,7 +38,7 @@ namespace ARDOUR {
class Session;
}
-class AudioClock : public Gtk::Alignment, public ARDOUR::SessionHandlePtr
+class AudioClock : public Gtk::VBox, public ARDOUR::SessionHandlePtr
{
public:
enum Mode {
@@ -65,7 +65,6 @@ class AudioClock : public Gtk::Alignment, public ARDOUR::SessionHandlePtr
void set_is_duration (bool);
void set_widget_name (const std::string&);
- void set_font (const std::string&);
std::string name() const { return _name; }
@@ -137,7 +136,6 @@ class AudioClock : public Gtk::Alignment, public ARDOUR::SessionHandlePtr
CairoEditableText* supplemental_left;
CairoEditableText* supplemental_right;
- Gtk::VBox packer;
Gtk::HBox top;
Gtk::HBox bottom;