From 76c4bf8a1cc85d9cd15c0bb6817a7fe92c5e6eaa Mon Sep 17 00:00:00 2001 From: corvid Date: Sun, 5 Jul 2009 22:17:41 +0000 Subject: keybindings for scrolling --- dw/fltkpreview.cc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'dw/fltkpreview.cc') diff --git a/dw/fltkpreview.cc b/dw/fltkpreview.cc index 79269bd5..7096420f 100644 --- a/dw/fltkpreview.cc +++ b/dw/fltkpreview.cc @@ -17,7 +17,7 @@ * along with this program. If not, see . */ - +#include "../lout/msg.h" #include "fltkpreview.hh" #include "fltkmisc.hh" @@ -103,6 +103,11 @@ void FltkPreview::scrollTo (int x, int y) scrollY = y; } +void FltkPreview::scroll (dw::core::ScrollCommand cmd) +{ + MSG_ERR("FltkPreview::scroll not implemented\n"); +} + void FltkPreview::setViewportSize (int width, int height, int hScrollbarThickness, int vScrollbarThickness) -- cgit v1.2.3