From 34e35db71f83d0636e91222f4b2084b9eacdc21e Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 11 Jun 2002 20:58:12 +0000 Subject: Prefer fl_push_clip() over fl_clip(). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2307 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Scroll.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/Fl_Scroll.html') diff --git a/documentation/Fl_Scroll.html b/documentation/Fl_Scroll.html index 5b68214ab..2e8a17fb4 100644 --- a/documentation/Fl_Scroll.html +++ b/documentation/Fl_Scroll.html @@ -34,7 +34,7 @@ Fl_Double_Window.

draw() method that draws the contents. The scrolling is done by changing the x() and y() of the widget, so this child must use the x() and y() to position it's drawing. - To speed up drawing it should test fl_clip() + To speed up drawing it should test fl_push_clip() .

Another very useful child is a single Fl_Pack, which is itself a group that packs it's children -- cgit v1.2.3