Expose ArdourDropdown's menu for submenu packing
This commit is contained in:
parent
87acc60674
commit
a6ace9996b
@ -45,6 +45,8 @@ class ArdourDropdown : public ArdourButton
|
||||
|
||||
void disable_scrolling();
|
||||
|
||||
Gtk::Menu_Helpers::MenuList& items () { return _menu.items (); }
|
||||
|
||||
private:
|
||||
Gtk::Menu _menu;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user