summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_button.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-09-03 22:07:25 +0200
committerRobin Gareus <robin@gareus.org>2014-09-03 22:07:25 +0200
commita99bd28950d92c555927773d82e20c6dfe015b34 (patch)
tree8bf9fe8f59539bbe0eafefef15a8dfdcf2bbfdd1 /gtk2_ardour/ardour_button.h
parenta2a399d6f9d013fba9afe36dcca88183237b3402 (diff)
add "close/cross" special button
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 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;