mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 09:57:44 +01:00
Merge branch 'master' into ardour-merge
Conflicts: gtk2_ardour/editor.cc gtk2_ardour/editor_mouse.cc gtk2_ardour/public_editor.h gtk2_ardour/time_axis_view_item.cc gtk2_ardour/time_axis_view_item.h
This commit is contained in:
commit
9c24d10862
23 changed files with 214 additions and 593 deletions
|
|
@ -367,15 +367,6 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible, publi
|
|||
static const int vertical_spacing;
|
||||
static const int horizontal_spacing;
|
||||
|
||||
#ifdef TOP_MENUBAR
|
||||
/*
|
||||
* This is needed for OS X primarily
|
||||
* but also any other OS that uses a single
|
||||
* top menubar instead of per window menus
|
||||
*/
|
||||
virtual Gtk::HBox& get_status_bar_packer() = 0;
|
||||
#endif
|
||||
|
||||
virtual ArdourCanvas::Container* get_trackview_group () const = 0;
|
||||
virtual ArdourCanvas::ScrollGroup* get_hscroll_group () const = 0;
|
||||
virtual ArdourCanvas::ScrollGroup* get_vscroll_group () const = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue