From 11148a825b0363908ed18427e99392fc7047f747 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 23 Jun 2008 19:41:58 +0000 Subject: Move widget embedding down to FlowCanvas. git-svn-id: http://svn.drobilla.net/lad/ingen@1274 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/gui/NodeModule.hpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/libs/gui/NodeModule.hpp') diff --git a/src/libs/gui/NodeModule.hpp b/src/libs/gui/NodeModule.hpp index 595cb1e1..413020f5 100644 --- a/src/libs/gui/NodeModule.hpp +++ b/src/libs/gui/NodeModule.hpp @@ -68,6 +68,7 @@ protected: void on_double_click(GdkEventButton* ev); void show_control_window(); + void embed_gui(bool embed); bool popup_gui(); void on_gui_window_close(); @@ -78,9 +79,6 @@ protected: void remove_port(SharedPtr port); void value_changed(uint32_t index, const Atom& value); - - void embed_gui(bool embed); - void gui_size_request(Gtk::Requisition* req, bool force); void initialise_gui_values(); void create_menu(); @@ -89,11 +87,7 @@ protected: NodeMenu* _menu; SharedPtr _plugin_ui; Gtk::Widget* _gui_widget; - Gtk::Container* _gui_container; - Gnome::Canvas::Widget* _gui_item; ///< iff embedded Gtk::Window* _gui_window; ///< iff popped up - int _last_gui_request_width; - int _last_gui_request_height; }; -- cgit v1.2.1