From c989ca4bdf1241553a32ec57a68ea20bc89c8f5d Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 6 Sep 2006 07:08:38 +0000 Subject: Updated documentation to reflect Fl_Window::xclass caveat. STR 1420 git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5423 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Window.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/Fl_Window.html') 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 -- cgit v1.2.3