redraw entire MidiStreamView after scroomer drag so that everything is redrawn
[ardour.git] / gtk2_ardour / plugin_ui.h
index be03e6ede46b58bbc705a27979c69285e1113b76..fefa9996183b42fa71cd99564c61dcc527e32eae 100644 (file)
@@ -277,6 +277,7 @@ class GenericPluginUI : public PlugUIBase, public Gtk::VBox
        /* XXX: remove */
        void print_parameter (char *buf, uint32_t len, uint32_t param);
        bool integer_printer (char* buf, Gtk::Adjustment &, ControlUI *);
+       bool midinote_printer(char* buf, Gtk::Adjustment &, ControlUI *);
 };
 
 class PluginUIWindow : public ArdourWindow
@@ -294,15 +295,10 @@ class PluginUIWindow : public ArdourWindow
        void set_title(const std::string& title);
 
 
-       bool on_enter_notify_event (GdkEventCrossing*);
-       bool on_leave_notify_event (GdkEventCrossing*);
-       bool on_focus_in_event (GdkEventFocus*);
-       bool on_focus_out_event (GdkEventFocus*);
        bool on_key_press_event (GdkEventKey*);
        bool on_key_release_event (GdkEventKey*);
        void on_show ();
        void on_hide ();
-       void on_map ();
 
   private:
        std::string _title;