Prepare a boxy, no round borders, button-style
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / cairo_widget.h
index 6d8c1f5d55ce960be514fc15000dce26f7b676f8..cc70e9bce10c89bd3ce7c5d8556e641b3eaaa851 100644 (file)
@@ -85,7 +85,9 @@ public:
        uint32_t background_color ();
 
        static void set_flat_buttons (bool yn);
+       static void set_boxy_buttons (bool yn);
        static bool flat_buttons() { return _flat_buttons; }
+       static bool boxy_buttons() { return _boxy_buttons; }
 
        static void set_widget_prelight (bool yn);
        static bool widget_prelight() { return _widget_prelight; }
@@ -132,6 +134,7 @@ protected:
        bool                   _need_bg;
 
        static bool     _flat_buttons;
+       static bool     _boxy_buttons;
        static bool     _widget_prelight;
        bool            _grabbed;