Fix ExportFormatSpecification copy-c'tor
[ardour.git] / gtk2_ardour / vst_plugin_ui.h
index 8996fe0a21f5f14be45f27cffb6d84b24fa7fc8a..ac35a1768824080f72e0bef1eb17e713127fa32b 100644 (file)
@@ -41,13 +41,16 @@ 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: