From 2d2e6f9bf81c32c516a1a2f6fbb429b4a67be7c6 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 17 Aug 2006 10:10:00 +0000 Subject: [PATCH] Added warning on nesting Fl_Scroll widgets git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5324 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Scroll.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/Fl_Scroll.html b/documentation/Fl_Scroll.html index 2e8a17fb4..93602748f 100644 --- a/documentation/Fl_Scroll.html +++ b/documentation/Fl_Scroll.html @@ -48,6 +48,8 @@ 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