mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Add ArdourDropdown API for use as dumb text dropdown.
This commit is contained in:
parent
e6b8a0d95b
commit
f979463cfe
2 changed files with 18 additions and 0 deletions
|
|
@ -49,6 +49,11 @@ public:
|
|||
|
||||
Gtk::Menu_Helpers::MenuList& items () { return _menu.items (); }
|
||||
|
||||
void append_text_item (std::string const& text);
|
||||
|
||||
protected:
|
||||
void default_text_handler (std::string const& text);
|
||||
|
||||
private:
|
||||
Gtk::Menu _menu;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue