summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-06-12 04:20:13 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-06-12 04:20:13 +0000
commitb0fdefb7af31ff6f81e0b89891c748b42c78df3d (patch)
treeb76b9e765e286f7a498760e60399890e99faf5c4 /gtk2_ardour/public_editor.h
parent557f56a7f2173fdf9b01dfb3f3410f227d05f8e2 (diff)
maximise-editor patch from Rodrigo:
* makes "View >> Toolbar When Maximized" act immediately, i.e., even when already maximized changing this toggle changes whenever toolbar is shown or not; * renames "Toolbar When Maximized" to "Show Toolbar" as it acts whenever editor has maximized space or not. git-svn-id: svn://localhost/ardour2/branches/3.0@12668 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/public_editor.h')
-rw-r--r--gtk2_ardour/public_editor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h
index 80b3e2aa02..c660b3b5b6 100644
--- a/gtk2_ardour/public_editor.h
+++ b/gtk2_ardour/public_editor.h
@@ -272,8 +272,8 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible {
virtual void finish_cleanup () = 0;
virtual void reset_x_origin (framepos_t frame) = 0;
virtual void remove_last_capture () = 0;
- virtual void maximise_editing_space () = 0;
- virtual void restore_editing_space () = 0;
+ virtual void maximise_editing_space (bool force) = 0;
+ virtual void restore_editing_space (bool force) = 0;
virtual framepos_t get_preferred_edit_position (bool ignore_playhead = false, bool from_context_menu = false) = 0;
virtual void toggle_meter_updating() = 0;
virtual void split_region_at_points (boost::shared_ptr<ARDOUR::Region>, ARDOUR::AnalysisFeatureList&, bool can_ferret, bool select_new = false) = 0;