diff options
Diffstat (limited to 'dw/fltkpreview.hh')
-rw-r--r-- | dw/fltkpreview.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/fltkpreview.hh b/dw/fltkpreview.hh index 2464db89..13db2811 100644 --- a/dw/fltkpreview.hh +++ b/dw/fltkpreview.hh @@ -34,6 +34,7 @@ public: int getHScrollbarThickness (); int getVScrollbarThickness (); void scrollTo (int x, int y); + void scroll (dw::core::ScrollCommand cmd); void setViewportSize (int width, int height, int hScrollbarThickness, int vScrollbarThickness); |