summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-01-18 19:58:34 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-01-18 19:58:34 +0000
commitdf1da084eddfb2f9b2016595649b435be43c15d3 (patch)
treec28f5b9bf75fb803a722a72949f3b68172dc5a0f /gtk2_ardour/plugin_ui.h
parent7356c65a2a35c8059d5132df7e9f149617952232 (diff)
permit OSX native package without JACK; prevent excessive track name lengths from messing up JACK port names; splash screen tweaks for OS X; new region gain control operations ; work on AU plugin GUIs (totally incomplete); don't needlessly create prompters in a barcontroller (create on demand)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2938 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 dec4db3481..19a6ad5092 100644
--- a/gtk2_ardour/plugin_ui.h
+++ b/gtk2_ardour/plugin_ui.h
@@ -206,9 +206,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;