Merge with 2.0-ongoing R2943.
[ardour.git] / gtk2_ardour / plugin_ui.h
index 2ae7507d7c2aaaeb6618663271d943281b1e40e5..74f9c46424ca953740237fe89febe9feb06e4539 100644 (file)
@@ -210,9 +210,11 @@ class PluginUIWindow : public ArdourDialog
 
        void resize_preferred();
 
-       virtual bool on_key_press_event (GdkEventKey*);
-       virtual bool on_key_release_event (GdkEventKey*);
-       
+       bool on_key_press_event (GdkEventKey*);
+       bool on_key_release_event (GdkEventKey*);
+       void on_show ();
+       void on_hide ();
+
   private:
        PlugUIBase* _pluginui;
        bool non_gtk_gui;