From 60225956989f53f4576886b129b771a9f69b3a6f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 25 Apr 2012 02:14:12 +0000 Subject: Preserve node UI embedded state and fix repeated embedding/de-embedding. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4269 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/NodeModule.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/NodeModule.hpp') diff --git a/src/gui/NodeModule.hpp b/src/gui/NodeModule.hpp index a0dd3417..6d83230a 100644 --- a/src/gui/NodeModule.hpp +++ b/src/gui/NodeModule.hpp @@ -73,6 +73,7 @@ protected: bool on_event(GdkEvent* ev); void show_control_window(); + void on_embed_gui_toggled(bool embed); void embed_gui(bool embed); bool popup_gui(); void on_gui_window_close(); -- cgit v1.2.1