diff --git a/documentation/Fl_Widget.html b/documentation/Fl_Widget.html index 248b27555..88b654061 100644 --- a/documentation/Fl_Widget.html +++ b/documentation/Fl_Widget.html @@ -425,6 +425,10 @@ resizing. The default version does not call the widget to do so because the parent may know a faster way to update the display, such as scrolling from the old position. +
Some window managers under X11 call resize a lot more +often than needed. Please verify that the position or size of +a widget did actually change before doing any extensiive calculations. +
position(x,y) is a shortcut for resize(x,y,w(),h()), and size(w,h) is a shortcut for resize(x(),y(),w,h).