Fix ExportFormatSpecification copy-c'tor
[ardour.git] / gtk2_ardour / vst_plugin_ui.h
index 73391869756407270821a173e72bc6a72000467a..ac35a1768824080f72e0bef1eb17e713127fa32b 100644 (file)
@@ -41,18 +41,21 @@ public:
        virtual int package (Gtk::Window &);
 
        bool non_gtk_gui () const { return true; }
-       
+
 protected:
 
        virtual int get_XID () = 0;
-       
+
        boost::shared_ptr<ARDOUR::VSTPlugin> _vst;
        Gtk::Socket _socket;
+       virtual void top_box_allocated (Gtk::Allocation&) {}
+
+       bool dispatch_effeditkey (GdkEventKey*);
 
 private:
 
        bool configure_handler (GdkEventConfigure *);
-       void preset_selected ();
+       void preset_selected (ARDOUR::Plugin::PresetRecord preset);
 };
 
 #endif