summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/plugin_ui.h')
-rw-r--r--gtk2_ardour/plugin_ui.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/gtk2_ardour/plugin_ui.h b/gtk2_ardour/plugin_ui.h
index 2ae7507d7c..74f9c46424 100644
--- a/gtk2_ardour/plugin_ui.h
+++ b/gtk2_ardour/plugin_ui.h
@@ -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;