diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2006-09-06 07:08:38 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2006-09-06 07:08:38 +0000 |
| commit | c989ca4bdf1241553a32ec57a68ea20bc89c8f5d (patch) | |
| tree | f14583177915e6839ff68d1f7ccf176932afb411 /documentation | |
| parent | 8c94b011422e6ac7f27dfe8159d13a843b84fe83 (diff) | |
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
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Fl_Window.html | 4 |
1 files changed, 2 insertions, 2 deletions
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</TT> events and <TT>visible()</TT> is turned on and off. </P> <P>There is no way to control what is drawn in the icon except with the string passed to <TT>Fl_Window::xclass()</TT>. You should not rely on window managers displaying the icons. </P> - <H4><A name=Fl_Window.resize>void Fl_Window::resize(int,int,int,int)</A></H4> Change the size and position of the window. If <TT>shown()</TT> is true, these changes are communicated to the window server (which may @@ -259,7 +258,8 @@ and "xprog.1" turns into "xprog, XProg".</I> This only works before</I> calling <TT>show()</TT>. <P>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. </P> +visible effect. The passed pointer is stored unchanged. The string +is not copied.</P> <H4><A name=Fl_Window.make_current>void Fl_Window::make_current()</A></H4> <TT>make_current()</TT> sets things up so that the drawing functions in <A href=drawing.html#drawing><TT><FL/fl_draw.H></TT></A> will go into this |
