summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-01-19 18:05:31 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-01-19 18:05:31 +0000
commite1ad4e0a532b10e78b6286537e8b0ec1142fcf6b (patch)
tree9cf96cbb0ae2939c6b1bcb91c8b9e9efcb4e0166 /gtk2_ardour/ardour_ui.h
parent5eb4a701f3c233b0f49b581b3350eb6fdf3c1012 (diff)
F11 now toggles maximal editor space
git-svn-id: svn://localhost/trunk/ardour2@280 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index 3b1ebd47d7..c6e9a4546e 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -150,6 +150,7 @@ class ARDOUR_UI : public Gtkmm2ext::UI
void toggle_connection_editor ();
void toggle_route_params_window ();
void toggle_tempo_window ();
+ void toggle_editing_space();
gint32 select_diskstream (GdkEventButton *ev);
@@ -202,6 +203,9 @@ class ARDOUR_UI : public Gtkmm2ext::UI
gint exit_on_main_window_close (GdkEventAny *);
+ void maximise_editing_space ();
+ void restore_editing_space ();
+
protected:
friend class PublicEditor;