diff --git a/documentation/Fl_Window.html b/documentation/Fl_Window.html index 82ffce1a6..fab644a47 100644 --- a/documentation/Fl_Window.html +++ b/documentation/Fl_Window.html @@ -178,7 +178,6 @@ FL_SHOW events and visible() is turned on and off.

There is no way to control what is drawn in the icon except with the string passed to Fl_Window::xclass(). You should not rely on window managers displaying the icons.

-

void Fl_Window::resize(int,int,int,int)

Change the size and position of the window. If shown() is true, these changes are communicated to the window server (which may @@ -259,7 +258,8 @@ and "xprog.1" turns into "xprog, XProg". This only works before calling show().

Under Microsoft Windows this string is used as the name of the WNDCLASS structure, though it is not clear if this can have any -visible effect.

+visible effect. The passed pointer is stored unchanged. The string +is not copied.

void Fl_Window::make_current()

make_current() sets things up so that the drawing functions in <FL/fl_draw.H> will go into this