From 5134c0988d39c40c6c0e0ca5edcb31f2d28e8954 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 24 Apr 2008 09:01:37 +0000 Subject: Fixed issues with Fl_Scroll inside and Fl_Scroll (STR #265) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6117 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Scroll.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL') diff --git a/FL/Fl_Scroll.H b/FL/Fl_Scroll.H index 9d2846712..0838c54f0 100644 --- a/FL/Fl_Scroll.H +++ b/FL/Fl_Scroll.H @@ -68,7 +68,7 @@ public: int xposition() const {return xposition_;} int yposition() const {return yposition_;} - void position(int, int); + void scroll_to(int, int); void clear(); }; -- cgit v1.2.3