mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
various changes to controls_layout size management
git-svn-id: svn://localhost/trunk/ardour2@205 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
fc62426136
commit
45addca9eb
7 changed files with 46 additions and 32 deletions
|
|
@ -642,8 +642,6 @@ class Editor : public PublicEditor
|
|||
Gtk::Adjustment horizontal_adjustment;
|
||||
|
||||
Gtk::Layout controls_layout;
|
||||
void set_layout_width(Gtk::Requisition *);
|
||||
bool Editor::control_layout_expose (GdkEventExpose* ev);
|
||||
bool Editor::control_layout_scroll (GdkEventScroll* ev);
|
||||
|
||||
Gtk::HScrollbar edit_hscrollbar;
|
||||
|
|
@ -1149,6 +1147,7 @@ class Editor : public PublicEditor
|
|||
bool canvas_playhead_cursor_event (GdkEvent* event, ArdourCanvas::Item*);
|
||||
bool canvas_edit_cursor_event (GdkEvent* event, ArdourCanvas::Item*);
|
||||
bool track_canvas_event (GdkEvent* event, ArdourCanvas::Item*);
|
||||
bool track_canvas_scroll (GdkEventScroll* event);
|
||||
|
||||
bool track_canvas_button_press_event (GdkEventButton *);
|
||||
bool track_canvas_button_release_event (GdkEventButton *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue