fix message in startup wizard re: alpha
[ardour.git] / gtk2_ardour / ardour_button.h
index e1f5f80bd4f92e578528fa8ca62211f2e4e6be68..fb0f8320a1d3be1720b293aea85eb0b597eefb7e 100644 (file)
@@ -50,7 +50,6 @@ class ArdourButton : public CairoWidget
 
        enum Tweaks {
                ShowClick = 0x1,
-               ShowHover = 0x2,
                NoModel = 0x4,
        };
 
@@ -73,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);
@@ -138,6 +138,10 @@ class ArdourButton : public CairoWidget
        Glib::RefPtr<Gtk::Action> _action;
        void action_activated ();
        void action_toggled ();
+
+       void action_sensitivity_changed ();
+       void action_visibility_changed ();
+       void action_tooltip_changed ();
 };
 
 #endif /* __gtk2_ardour_ardour_button_h__ */