summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_region_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-04-24 00:29:28 +0000
committerCarl Hetherington <carl@carlh.net>2010-04-24 00:29:28 +0000
commit64a7e9b0a932999b52b3c8e54318be84f64863b9 (patch)
tree925a7395d65c9480282600703847f663bc651266 /gtk2_ardour/audio_region_editor.h
parent4a9971ad83ab10dff02e2515620c823f35532246 (diff)
Tidy up region properties editor a bit. Fixes #3085.
git-svn-id: svn://localhost/ardour2/branches/3.0@6982 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/audio_region_editor.h')
-rw-r--r--gtk2_ardour/audio_region_editor.h16
1 files changed, 3 insertions, 13 deletions
diff --git a/gtk2_ardour/audio_region_editor.h b/gtk2_ardour/audio_region_editor.h
index a382f9e6a9..e3bb3b9a6b 100644
--- a/gtk2_ardour/audio_region_editor.h
+++ b/gtk2_ardour/audio_region_editor.h
@@ -63,16 +63,9 @@ class AudioRegionEditor : public RegionEditor
Gtk::Label name_label;
Gtk::Entry name_entry;
- Gtk::HBox name_hbox;
+ Gtk::ToggleButton audition_button;
- Gtk::HBox top_row_hbox;
- Gtk::HBox top_row_button_hbox;
-
- Gtk::ToggleButton audition_button;
-
- Gtk::HBox lower_hbox;
-
- Gtk::Table time_table;
+ Gtk::Table _table;
Gtk::Label position_label;
Gtk::Label end_label;
@@ -91,10 +84,6 @@ class AudioRegionEditor : public RegionEditor
Gtk::Adjustment gain_adjustment;
Gtk::SpinButton gain_entry;
- Gtk::HSeparator sep3;
- Gtk::VSeparator sep1;
- Gtk::VSeparator sep2;
-
PBD::ScopedConnection state_connection;
PBD::ScopedConnection audition_connection;
@@ -121,6 +110,7 @@ class AudioRegionEditor : public RegionEditor
gint breleased (GdkEventButton* ev, Gtk::SpinButton* but, void (AudioRegionEditor::*pmf)());
bool on_delete_event (GdkEventAny *);
+ void handle_response (int);
bool spin_arrow_grab;
};