From f0748535a5023d132eff03999a705a3e56c516db Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 19 Mar 2010 02:49:01 +0000 Subject: save tearoff state; restore monitor section state reasonably well; fixup access control to parts of editor.h (needs more work); extend CrossThread just a little git-svn-id: svn://localhost/ardour2/branches/3.0@6774 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/monitor_section.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gtk2_ardour/monitor_section.h') diff --git a/gtk2_ardour/monitor_section.h b/gtk2_ardour/monitor_section.h index 0a8909def8..405b8eba87 100644 --- a/gtk2_ardour/monitor_section.h +++ b/gtk2_ardour/monitor_section.h @@ -38,10 +38,14 @@ class MonitorSection : public RouteUI MonitorSection (ARDOUR::Session*); ~MonitorSection (); + void set_session (ARDOUR::Session*); + Gtk::Widget& pack_widget () const; void fast_update (); static void setup_knob_images (); + Gtkmm2ext::TearOff* tearoff() const { return _tearoff; } + private: Gtk::VBox vpacker; Gtk::HBox hpacker; -- cgit v1.2.3