Merge with 2.0-ongoing R2943.
[ardour.git] / gtk2_ardour / au_pluginui.h
index 0e31b35e031798e74f4cdb8525627bf5efeb3cfd..e15d48b922689fe4822bc8c45355b233e06d9927 100644 (file)
@@ -36,6 +36,10 @@ class AUPluginUI : public PlugUIBase, public Gtk::VBox
 
        void on_realize ();
        void on_show ();
+       void on_hide ();
+       bool on_map_event (GdkEventAny*);
+       bool on_focus_in_event (GdkEventFocus*);
+       bool on_focus_out_event (GdkEventFocus*);
 
        OSStatus carbon_event (EventHandlerCallRef nextHandlerRef, EventRef event);
 
@@ -60,6 +64,7 @@ class AUPluginUI : public PlugUIBase, public Gtk::VBox
        EventHandlerRef      carbon_event_handler;
        bool                 carbon_parented;
        bool                 cocoa_parented;
+       bool                 _activating_from_app;
 
        void test_view_support (bool&, bool&);
        bool test_cocoa_view_support ();