From 12e74d4a26eede059f016cc8a7806a57d5c9338e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 14 Feb 2009 02:11:58 +0000 Subject: 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 --- src/gui/NodeMenu.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/NodeMenu.hpp') 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; }; -- cgit v1.2.1