summaryrefslogtreecommitdiffstats
path: root/src/Patchage.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-06-09 15:54:13 +0000
committerDavid Robillard <d@drobilla.net>2008-06-09 15:54:13 +0000
commit447bc996655de10ab687c9d36a4817681d044b61 (patch)
tree3e67e37084fae7fb82c2a963274fef2b2ee82df5 /src/Patchage.hpp
parent902f71e067d60a92abc6742eddd4e76075b729cd (diff)
downloadpatchage-447bc996655de10ab687c9d36a4817681d044b61.tar.gz
patchage-447bc996655de10ab687c9d36a4817681d044b61.tar.bz2
patchage-447bc996655de10ab687c9d36a4817681d044b61.zip
Scroll canvas with arrow keys.
git-svn-id: http://svn.drobilla.net/lad/patchage@1242 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Patchage.hpp')
-rw-r--r--src/Patchage.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Patchage.hpp b/src/Patchage.hpp
index 2f08d2b..18f95d3 100644
--- a/src/Patchage.hpp
+++ b/src/Patchage.hpp
@@ -73,6 +73,7 @@ protected:
void on_show_messages();
void on_store_positions();
void on_view_toolbar();
+ bool on_scroll(GdkEventScroll* ev);
void zoom(double z);
bool idle_callback();