Tidy up region properties editor a bit. Fixes #3085.
[ardour.git] / gtk2_ardour / audio_region_editor.h
index a382f9e6a94552015fb663bc7e5349dc13414d97..e3bb3b9a6b1d55349bee6460f6a31dc9b8841044 100644 (file)
@@ -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;
 };