summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeMenu.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-11 21:02:10 +0000
committerDavid Robillard <d@drobilla.net>2008-10-11 21:02:10 +0000
commita18022d4243de7b2093507c574689c7a17c82bb9 (patch)
treef0d53178b87c955bd2ae254ef5bed999a4bee0b2 /src/gui/NodeMenu.hpp
parent3b6aa464ffeef786ad09cafe478ac45979f45e70 (diff)
downloadingen-a18022d4243de7b2093507c574689c7a17c82bb9.tar.gz
ingen-a18022d4243de7b2093507c574689c7a17c82bb9.tar.bz2
ingen-a18022d4243de7b2093507c574689c7a17c82bb9.zip
Add control randomize feature (node context menu).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1648 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/NodeMenu.hpp')
-rw-r--r--src/gui/NodeMenu.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/NodeMenu.hpp b/src/gui/NodeMenu.hpp
index 2a10e473..67bed69a 100644
--- a/src/gui/NodeMenu.hpp
+++ b/src/gui/NodeMenu.hpp
@@ -56,13 +56,14 @@ protected:
virtual void disable_controls_menuitem();
void on_menu_disconnect();
- void on_menu_clone();
void on_menu_learn();
void on_menu_embed_gui();
+ void on_menu_randomize();
Gtk::MenuItem* _controls_menuitem;
Gtk::MenuItem* _popup_gui_menuitem;
Gtk::CheckMenuItem* _embed_gui_menuitem;
+ Gtk::MenuItem* _randomize_menuitem;
};