summaryrefslogtreecommitdiffstats
path: root/src/PatchageModule.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-01 03:40:57 +0000
committerDavid Robillard <d@drobilla.net>2011-12-01 03:40:57 +0000
commit3ce44626f2e557494248d746f688f20eed4be197 (patch)
tree2f70cef0a4f4476bfd0a86596a8498af41aef27e /src/PatchageModule.hpp
parent5a227a3b6e43c48e2d0cfeda00d06ff175a08968 (diff)
downloadpatchage-3ce44626f2e557494248d746f688f20eed4be197.tar.gz
patchage-3ce44626f2e557494248d746f688f20eed4be197.tar.bz2
patchage-3ce44626f2e557494248d746f688f20eed4be197.zip
Remove menu stuff from FlowCanvas.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3717 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchageModule.hpp')
-rw-r--r--src/PatchageModule.hpp4
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);