mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-19 03:45:47 +01:00
change ArdourDropdown API to allow other types of menu elements
Conflicts: gtk2_ardour/ardour_dropdown.h
This commit is contained in:
parent
b0ae06cba3
commit
c61eb38f89
2 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ ArdourDropdown::on_mouse_pressed (GdkEventButton*)
|
|||
|
||||
|
||||
void
|
||||
ArdourDropdown::AddMenuElem (Menu_Helpers::MenuElem e)
|
||||
ArdourDropdown::AddMenuElem (Menu_Helpers::Element e)
|
||||
{
|
||||
using namespace Menu_Helpers;
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ class ArdourDropdown : public ArdourButton
|
|||
|
||||
bool on_mouse_pressed (GdkEventButton*);
|
||||
|
||||
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