add generic button style for ArdourButtons

This commit is contained in:
Paul Davis 2014-02-28 16:58:05 -05:00
parent 1a3b838dff
commit d0f806a6ff
2 changed files with 9 additions and 0 deletions

View file

@ -232,6 +232,7 @@ BUTTON_VARS(RouteButton, "route button")
BUTTON_VARS(MixerStripButton, "mixer strip button")
BUTTON_VARS(MixerStripNameButton, "mixer strip name button")
BUTTON_VARS(MidiInputButton, "midi input button")
BUTTON_VARS(GenericButton, "generic button")
#define CLOCK_VARS(root,name) \
CANVAS_VARIABLE(canvasvar_ ## root ## Background, name ": background") \