summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-25 02:14:12 +0000
committerDavid Robillard <d@drobilla.net>2012-04-25 02:14:12 +0000
commit60225956989f53f4576886b129b771a9f69b3a6f (patch)
tree106feed603d423356c1ae4ba35c08cb23f7999dc /src/gui/NodeModule.hpp
parent15d4fba20c9fc2be562d73b72d8e8041b847976b (diff)
downloadingen-60225956989f53f4576886b129b771a9f69b3a6f.tar.gz
ingen-60225956989f53f4576886b129b771a9f69b3a6f.tar.bz2
ingen-60225956989f53f4576886b129b771a9f69b3a6f.zip
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
Diffstat (limited to 'src/gui/NodeModule.hpp')
-rw-r--r--src/gui/NodeModule.hpp1
1 files changed, 1 insertions, 0 deletions
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();