diff options
Diffstat (limited to 'src/PatchageModule.hpp')
-rw-r--r-- | src/PatchageModule.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp index d9ba9dd..952a2eb 100644 --- a/src/PatchageModule.hpp +++ b/src/PatchageModule.hpp @@ -36,7 +36,7 @@ public: void split(); void join(); - void create_menu(); + bool show_menu(GdkEventButton* ev); void update_menu(); void load_location(); @@ -51,6 +51,7 @@ protected: void remove_port(FlowCanvas::Port* port); Patchage* _app; + Gtk::Menu* _menu; ModuleType _type; }; |