summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-12-06 16:21:06 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-12-06 16:21:06 +0000
commitdd455c894aed80a4aa73e4fa186d0b8419c105c8 (patch)
treea7bf0d965f53c921026a8b682b3aa43a5cf592b3 /gtk2_ardour/mixer_strip.h
parentf04aa5e49a1633f6cf39b8bb1872725332370b52 (diff)
un-triple-buffer fastmeter (not finished), fix mixer strip name button, comment editor, +++
git-svn-id: svn://localhost/trunk/ardour2@175 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index e5ea5b6cf3..8b69e26379 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -55,6 +55,7 @@
#include "panner_ui.h"
#include "enums.h"
#include "redirect_box.h"
+#include "ardour_dialog.h"
class MotionController;
@@ -152,9 +153,9 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
Gtk::Button name_button;
- Gtk::Window* comment_window;
- Gtk::TextView comment_area;
- Gtk::Button comment_button;
+ ArdourDialog* comment_window;
+ Gtk::TextView* comment_area;
+ Gtk::Button comment_button;
void setup_comment_editor ();
void comment_button_clicked ();