diff options
Diffstat (limited to 'src/PatchageModule.hpp')
-rw-r--r-- | src/PatchageModule.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp index f87c208..7b8c02d 100644 --- a/src/PatchageModule.hpp +++ b/src/PatchageModule.hpp @@ -19,6 +19,8 @@ #include <string> +#include <gtkmm/menu_elems.h> + #include "flowcanvas/Module.hpp" #include "flowcanvas/Port.hpp" @@ -46,6 +48,8 @@ public: ModuleType type() const { return _type; } protected: + bool on_click(GdkEventButton* ev); + void add_port(FlowCanvas::Port* port); void remove_port(FlowCanvas::Port* port); |