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:
Robin Gareus 2025-01-28 06:04:42 +01:00
parent d280c46d44
commit ff2c33e42e
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
3 changed files with 233 additions and 0 deletions

View file

@ -33,6 +33,7 @@ widgets_sources = [
'fastmeter.cc',
'frame.cc',
'focus_entry.cc',
'metabutton.cc',
'pane.cc',
'paths_dialog.cc',
'popup.cc',