summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-05 21:57:49 +0000
committerDavid Robillard <d@drobilla.net>2011-12-05 21:57:49 +0000
commit1a3615279866b201f842ea95addfa0cbb7731d6d (patch)
treef71f3ee16a5b85d898b8187052ff49a8ecafec1f /src/gui/NodeModule.hpp
parent0cef0a2e62b3d3c9f33822702fa7603c3448f064 (diff)
downloadingen-1a3615279866b201f842ea95addfa0cbb7731d6d.tar.gz
ingen-1a3615279866b201f842ea95addfa0cbb7731d6d.tar.bz2
ingen-1a3615279866b201f842ea95addfa0cbb7731d6d.zip
Move event handling down to C level.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3809 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/NodeModule.hpp')
-rw-r--r--src/gui/NodeModule.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/NodeModule.hpp b/src/gui/NodeModule.hpp
index 0c579d27..16d777ba 100644
--- a/src/gui/NodeModule.hpp
+++ b/src/gui/NodeModule.hpp
@@ -69,6 +69,7 @@ public:
protected:
NodeModule(PatchCanvas& canvas, SharedPtr<const NodeModel> node);
+ bool on_event(GdkEvent* ev);
bool on_click(GdkEventButton* ev);
void on_double_click(GdkEventButton* ev);