X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fardour_button.h;h=fb0f8320a1d3be1720b293aea85eb0b597eefb7e;hb=e133709def199e8a28e34abc56791b05d6079a90;hp=e1f5f80bd4f92e578528fa8ca62211f2e4e6be68;hpb=cccc71e011180f610afb2791988933e8c16bf938;p=ardour.git diff --git a/gtk2_ardour/ardour_button.h b/gtk2_ardour/ardour_button.h index e1f5f80bd4..fb0f8320a1 100644 --- a/gtk2_ardour/ardour_button.h +++ b/gtk2_ardour/ardour_button.h @@ -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 signal_led_clicked; + sigc::signal signal_clicked; boost::shared_ptr get_controllable() { return binding_proxy.get_controllable(); } void set_controllable (boost::shared_ptr c); @@ -138,6 +138,10 @@ class ArdourButton : public CairoWidget Glib::RefPtr _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__ */