provide C API for rounded rectangle cairo utility
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / click_box.h
index c6f2922f3f33b8cefe8bbf5d0479e3cde1c05ed5..8f9fb55717fa5f04925407a847f6b87e25252241 100644 (file)
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #ifndef __gtkmm2ext_click_box_h__
@@ -54,6 +53,7 @@ class ClickBox : public Gtk::DrawingArea, public AutoSpin
        int theight;
 
        void set_label ();
+       void style_changed (const Glib::RefPtr<Gtk::Style> &);
        bool button_press_handler (GdkEventButton *);
        bool button_release_handler (GdkEventButton *);