mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 22:26:29 +01:00
[Summary] Add new functionality to class waves_dropdown
[Reviewed] GZharun
This commit is contained in:
parent
97c335f6c2
commit
3800d69cc3
2 changed files with 8 additions and 0 deletions
|
|
@ -46,6 +46,12 @@ WavesDropdown::add_menu_item (const std::string& item, void* cookie)
|
|||
return _menu.items ().back ();
|
||||
}
|
||||
|
||||
void
|
||||
WavesDropdown::clear_items ()
|
||||
{
|
||||
_menu.items().clear ();
|
||||
}
|
||||
|
||||
void
|
||||
WavesDropdown::_on_menu_item (size_t item_number, void* cookie)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue