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 --- documentation/Fl_Scroll.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'documentation') diff --git a/documentation/Fl_Scroll.html b/documentation/Fl_Scroll.html index 2a332e762..c30ca19d3 100644 --- a/documentation/Fl_Scroll.html +++ b/documentation/Fl_Scroll.html @@ -52,15 +52,13 @@ space for the scrollbars, as Fluid won't show these either.

You cannot use Fl_Window as a child of this since the clipping is not conveyed to it when drawn, and it will draw over the scrollbars and neighboring objects.

-

Fl_Scroll widgets should not be nested. Having an Fl_Scroll -inside another Fl_Scroll may result in drawing errors when resizing.

Methods

@@ -100,6 +98,8 @@ considered. The flags in hscrollbar however are ignored. Gets the current horizontal scrolling position.

int Fl_Scroll::yposition() const

Gets the current vertical scrolling position. -

void Fl_Scroll::position(int w, int h) -

- Sets the upper-lefthand corner of the scrolling region. +

void Fl_Scroll::scroll_to(int x, int y)

+Moves the contents of the scroll group to a new position. +

void Fl_Scroll::position(int x, int y)

+Moves the scroll group itself to a new position. + -- cgit v1.2.3