Missing file.
[ardour.git] / gtk2_ardour / ardour_button.h
index 892c98cbffe38109ba256b36717ef19fec204947..fb0f8320a1d3be1720b293aea85eb0b597eefb7e 100644 (file)
@@ -59,12 +59,6 @@ class ArdourButton : public CairoWidget
        void set_active_state (Gtkmm2ext::ActiveState);
        void set_visual_state (Gtkmm2ext::VisualState);
 
-       /* this is an API simplification for buttons
-          that only use the Active and Normal active states.
-       */
-       void set_active (bool);
-       bool get_active () { return active_state() != Gtkmm2ext::ActiveState (0); }
-
        void set_elements (Element);
        Element elements() const { return _elements; }
 
@@ -78,6 +72,7 @@ class ArdourButton : public CairoWidget
        void set_distinct_led_click (bool yn);
 
        sigc::signal<void> signal_led_clicked;
+       sigc::signal<void> signal_clicked;
 
        boost::shared_ptr<PBD::Controllable> get_controllable() { return binding_proxy.get_controllable(); }
        void set_controllable (boost::shared_ptr<PBD::Controllable> c);