mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Add MetaButton Widget
A Button that changes functionality. * right click: show a drop-down to pick what left click will do * left click: activate selected action
This commit is contained in:
parent
d280c46d44
commit
ff2c33e42e
3 changed files with 233 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ widgets_sources = [
|
|||
'fastmeter.cc',
|
||||
'frame.cc',
|
||||
'focus_entry.cc',
|
||||
'metabutton.cc',
|
||||
'pane.cc',
|
||||
'paths_dialog.cc',
|
||||
'popup.cc',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue