mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
change ArdourDropdown API to allow other types of menu elements
This commit is contained in:
parent
4b2ef73e29
commit
1825008baa
2 changed files with 2 additions and 2 deletions
|
|
@ -135,7 +135,7 @@ ArdourDropdown::clear_items ()
|
|||
}
|
||||
|
||||
void
|
||||
ArdourDropdown::AddMenuElem (Menu_Helpers::MenuElem e)
|
||||
ArdourDropdown::AddMenuElem (Menu_Helpers::Element e)
|
||||
{
|
||||
using namespace Menu_Helpers;
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ class ArdourDropdown : public ArdourButton
|
|||
bool on_scroll_event (GdkEventScroll*);
|
||||
|
||||
void clear_items ();
|
||||
void AddMenuElem (Gtk::Menu_Helpers::MenuElem e);
|
||||
void AddMenuElem (Gtk::Menu_Helpers::Element e);
|
||||
|
||||
private:
|
||||
Gtk::Menu _menu;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue