mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Expose ArdourDropdown's menu for submenu packing
This commit is contained in:
parent
87acc60674
commit
a6ace9996b
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ class ArdourDropdown : public ArdourButton
|
|||
|
||||
void disable_scrolling();
|
||||
|
||||
Gtk::Menu_Helpers::MenuList& items () { return _menu.items (); }
|
||||
|
||||
private:
|
||||
Gtk::Menu _menu;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue