summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_button.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-08-29 21:08:49 +0200
committerRobin Gareus <robin@gareus.org>2014-08-29 21:08:49 +0200
commit78b9f65632d725dd35436a4ad1bc26b9eeecc32e (patch)
tree018fbd80f7aa4d2c221fd42f46a77be220c6b913 /gtk2_ardour/ardour_button.h
parent083620beb898fc77fd231bbaccecfe9d6c104315 (diff)
explicit Button inactive state.
Ideally large parts of ArdourButton would become ArdourLabel, which in turn is used by ArdourButton
Diffstat (limited to 'gtk2_ardour/ardour_button.h')
-rw-r--r--gtk2_ardour/ardour_button.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_button.h b/gtk2_ardour/ardour_button.h
index c6e38aff2e..75e3a9cd90 100644
--- a/gtk2_ardour/ardour_button.h
+++ b/gtk2_ardour/ardour_button.h
@@ -39,6 +39,7 @@ class ArdourButton : public CairoWidget , public Gtkmm2ext::Activatable
Indicator = 0x8,
unused = 0x10,
Menu = 0x20,
+ Inactive = 0x40, // no _action is defined AND state is not used
};
static Element default_elements;