indicate that silence trim is already active.
[ardour.git] / gtk2_ardour / lv2_plugin_ui.h
index 40e3890e1ce6a8a380f24eaf5b1c4e76c61b92b7..6a8acf9cf53e0454e38a3c08d1127ac201da43db 100644 (file)
@@ -60,6 +60,7 @@ class LV2PluginUI : public PlugUIBase, public Gtk::VBox
        bool stop_updating(GdkEventAny*);
 
        int package (Gtk::Window&);
+       void grab_focus ();
 
   private:
 
@@ -71,6 +72,7 @@ class LV2PluginUI : public PlugUIBase, public Gtk::VBox
        boost::shared_ptr<ARDOUR::LV2Plugin> _lv2;
        std::vector<int>                     _output_ports;
        sigc::connection                     _screen_update_connection;
+       sigc::connection                     _message_update_connection;
        Gtk::Widget*                         _gui_widget;
        /** a box containing the focus, bypass, delete, save / add preset buttons etc. */
        Gtk::HBox                            _ardour_buttons_box;