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:
Robin Gareus 2014-09-02 20:43:15 +02:00
parent 9cd0af6b51
commit 1592d04828
2 changed files with 19 additions and 0 deletions

View file

@ -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;