From a99bd28950d92c555927773d82e20c6dfe015b34 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 3 Sep 2014 22:07:25 +0200 Subject: add "close/cross" special button --- 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 53869c89bc..ce29cd27b5 100644 --- a/gtk2_ardour/ardour_button.h +++ b/gtk2_ardour/ardour_button.h @@ -42,6 +42,7 @@ class ArdourButton : public CairoWidget , public Gtkmm2ext::Activatable Inactive = 0x40, // no _action is defined AND state is not used RecButton = 0x80, // tentative, see commit message RecTapeMode = 0x100, // tentative + CloseCross = 0x200, // tentative }; static Element default_elements; -- cgit v1.2.3