summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-01-29 14:48:59 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-01-29 14:48:59 +0000
commit314f0d91d39922b6990c28d4f2cbdaef54feee34 (patch)
treea0b9bb8643f5d849c51005c6d35e6a806030ffed /gtk2_ardour/editor.h
parent8dde7e7f5da1c0be359b60a631154de89060f707 (diff)
a radically new approach to sizing the track header layout that now allows ardour to shrink dramatically in vertical height. current lower limit is about 763 pixels WITH the editor mixer strip, and something much, much smaller without it
git-svn-id: svn://localhost/ardour2/branches/3.0@8608 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index aca4015083..f16ca7872a 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -934,11 +934,11 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
Gtk::Table edit_packer;
Gtk::Adjustment vertical_adjustment;
-
+
Gtk::Layout controls_layout;
bool control_layout_scroll (GdkEventScroll* ev);
- void controls_layout_size_request (Gtk::Requisition*);
- sigc::connection controls_layout_size_request_connection;
+ void reset_controls_layout_width ();
+ void reset_controls_layout_height (int32_t height);
bool horizontal_scroll_left_press ();
void horizontal_scroll_left_release ();