summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeMenu.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-14 02:11:58 +0000
committerDavid Robillard <d@drobilla.net>2009-02-14 02:11:58 +0000
commit12e74d4a26eede059f016cc8a7806a57d5c9338e (patch)
tree644ff21b05996230cb20716ce492c097f8137dea /src/gui/NodeMenu.hpp
parentf4958d2d28f89fa8aaa3e31e6bdf87106ca784a6 (diff)
downloadingen-12e74d4a26eede059f016cc8a7806a57d5c9338e.tar.gz
ingen-12e74d4a26eede059f016cc8a7806a57d5c9338e.tar.bz2
ingen-12e74d4a26eede059f016cc8a7806a57d5c9338e.zip
LV2 preset support (except you have to press entire on the menu items, clicking doesn't work because Gtk is fucking retarded).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1934 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/NodeMenu.hpp')
-rw-r--r--src/gui/NodeMenu.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/NodeMenu.hpp b/src/gui/NodeMenu.hpp
index cbe39c2f..a15b2b91 100644
--- a/src/gui/NodeMenu.hpp
+++ b/src/gui/NodeMenu.hpp
@@ -58,12 +58,14 @@ protected:
void on_menu_learn();
void on_menu_embed_gui();
void on_menu_randomize();
+ void on_preset_activated(const std::string uri);
Gtk::MenuItem* _learn_menuitem;
Gtk::MenuItem* _controls_menuitem;
Gtk::MenuItem* _popup_gui_menuitem;
Gtk::CheckMenuItem* _embed_gui_menuitem;
Gtk::MenuItem* _randomize_menuitem;
+ Gtk::Menu* _presets_menu;
};