20 #ifndef _WIDGETS_ARDOUR_CTRL_BASE_H_
21 #define _WIDGETS_ARDOUR_CTRL_BASE_H_
71 void set_tooltip_prefix (std::string pfx) { _tooltip_prefix = pfx; controllable_changed (
true); }
73 std::shared_ptr<PBD::Controllable>
get_controllable() {
return binding_proxy.get_controllable(); }
89 virtual void render (Cairo::RefPtr<Cairo::Context>
const&, cairo_rectangle_t*) = 0;