From 78b9f65632d725dd35436a4ad1bc26b9eeecc32e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 29 Aug 2014 21:08:49 +0200 Subject: explicit Button inactive state. Ideally large parts of ArdourButton would become ArdourLabel, which in turn is used by ArdourButton --- gtk2_ardour/ardour_button.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/ardour_button.h') 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; -- cgit v1.2.3