mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
one off, special case rec-en button for now. (circle may need tweaking)
In the long run we want a class hierarchy: CairoWidget -> ArdourWidget -> ArdourLabel -> ArdourButton -> SpecialArdourButton(s)
This commit is contained in:
parent
9cd0af6b51
commit
1592d04828
2 changed files with 19 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ class ArdourButton : public CairoWidget , public Gtkmm2ext::Activatable
|
|||
unused = 0x10,
|
||||
Menu = 0x20,
|
||||
Inactive = 0x40, // no _action is defined AND state is not used
|
||||
RecButton = 0x80, // tenative, see commit message
|
||||
};
|
||||
|
||||
static Element default_elements;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue