summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-07-22 15:22:58 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-02-22 15:31:22 -0500
commitcf93eaec98fcd2a09173f7f975a74b3fcfe3a320 (patch)
treeeb511e361e848841d4d3505a3bb542aa69cea4c2 /gtk2_ardour/ardour_ui.h
parentfd938d95bfd37f2ae428938c8efee55e9196fd4f (diff)
break out window ops for Tabbables into show/hide/attach/detach
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index 5186ce6488..13627e4af1 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -374,9 +374,11 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
Gtkmm2ext::Bindings _global_bindings;
- void show_editor ();
- void show_mixer ();
- void show_application_preferences ();
+ void show_tabbable (Gtkmm2ext::Tabbable*);
+ void hide_tabbable (Gtkmm2ext::Tabbable*);
+ void detach_tabbable (Gtkmm2ext::Tabbable*);
+ void attach_tabbable (Gtkmm2ext::Tabbable*);
+
void toggle_meterbridge ();
int setup_windows ();