summaryrefslogtreecommitdiff
path: root/src/GsWidget.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-02-09 20:14:00 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-02-09 20:14:00 +0100
commit676eec5dc5331a0d006bb32d8b8c946bda8069c1 (patch)
tree280fa756eb5985459adb05889b16f1918b5baa22 /src/GsWidget.H
parentbed947bd0e8a76d458e6997eec1c82c95842cb27 (diff)
add prev() method to GsWidget
Diffstat (limited to 'src/GsWidget.H')
-rw-r--r--src/GsWidget.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GsWidget.H b/src/GsWidget.H
index 370de14..cc4e9fd 100644
--- a/src/GsWidget.H
+++ b/src/GsWidget.H
@@ -71,6 +71,8 @@ public:
int next();
+ int prev();
+
int handleX11(int ev);
int zoom(int p);