allow sending OSC from inline display UIs
[ardour.git] / gtk2_ardour / plugin_ui.h
index 046890aa5227abd1d96b406aa22b870d8b0dd05a..4fb052b5f5b271a1ee06a8a96aa86657b33cca82 100644 (file)
@@ -287,11 +287,13 @@ class GenericPluginUI : public PlugUIBase, public Gtk::VBox
        void update_input_displays (); // workaround for preset load
        void control_combo_changed (ControlUI* cui, float value);
 
-       void astate_clicked (ControlUI*);
+       bool astate_button_event (GdkEventButton* ev, ControlUI*);
        void automation_state_changed (ControlUI*);
        void set_automation_state (ARDOUR::AutoState state, ControlUI* cui);
        void set_all_automation (ARDOUR::AutoState state);
 
+       void knob_size_request(Gtk::Requisition* req, ControlUI* cui);
+
        /* XXX: remove */
        void print_parameter (char *buf, uint32_t len, uint32_t param);
        bool integer_printer (char* buf, Gtk::Adjustment &, ControlUI *);