summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_editor.h
diff options
context:
space:
mode:
authorKarsten Wiese <fzuuzf@googlemail.com>2006-01-03 14:16:27 +0000
committerKarsten Wiese <fzuuzf@googlemail.com>2006-01-03 14:16:27 +0000
commit4ae64c91058a25423a9e1f533edfcda559736b1b (patch)
tree5222cdced927b98baf22bd3b1286be3b6126cc56 /gtk2_ardour/region_editor.h
parent6481d09cdc90e6bc8462b322c2c4cbecd5efc39b (diff)
make AudioRegionEditor work
git-svn-id: svn://localhost/trunk/ardour2@231 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/region_editor.h')
-rw-r--r--gtk2_ardour/region_editor.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk2_ardour/region_editor.h b/gtk2_ardour/region_editor.h
index 08ab05f334..65b0bbaa94 100644
--- a/gtk2_ardour/region_editor.h
+++ b/gtk2_ardour/region_editor.h
@@ -74,8 +74,6 @@ class AudioRegionEditor : public ArdourDialog
Gtk::ToggleButton opaque_button;
Gtk::ToggleButton envelope_active_button;
Gtk::ToggleButton envelope_view_button;
- Gtk::Label envelope_active_button_label;
- Gtk::Label envelope_view_button_label;
Gtk::Button raise_button;
Gtk::Arrow raise_arrow;
@@ -87,9 +85,7 @@ class AudioRegionEditor : public ArdourDialog
Gtk::HBox layer_hbox;
Gtk::ToggleButton audition_button;
- Gtk::Label audition_label;
- Gtk::VBox upper_vbox;
Gtk::HBox lower_hbox;
Gtk::Table time_table;
@@ -148,6 +144,7 @@ class AudioRegionEditor : public ArdourDialog
void fade_out_length_adjustment_changed ();
void fade_in_changed ();
void fade_out_changed ();
+ void audition_state_changed (bool);
void activation ();