change ArdourDropdown API to allow other types of menu elements

Conflicts:
	gtk2_ardour/ardour_dropdown.h
This commit is contained in:
Paul Davis 2015-01-16 20:01:34 -05:00
parent b0ae06cba3
commit c61eb38f89
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;