diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-05-06 16:25:05 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-05-06 16:25:05 +0000 |
| commit | 336996c7abb716844d3389df7bd7779298af3dcf (patch) | |
| tree | 9afcd37ade9fcc63de2a0cfbf9962787ffff52d4 /documentation/Fl_Window.html | |
| parent | ecfb817427bfe9eb3fe961bef2a25c36b73453c4 (diff) | |
Update documentation files to eliminate most of the warnings
and errors reported by HTML Tidy.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1454 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Window.html')
| -rw-r--r-- | documentation/Fl_Window.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/Fl_Window.html b/documentation/Fl_Window.html index 87ac71072..291a48c8b 100644 --- a/documentation/Fl_Window.html +++ b/documentation/Fl_Window.html @@ -37,7 +37,7 @@ Fl::modal()</TT></A> is zero or equal to the window. <TT>Fl_Window</TT> exit(0)</TT> if this is the last top-level window. </P> <H3>Methods</H3> <CENTER> -<TABLE width=90%> +<TABLE width=90% summary="Fl_Window methods."> <TR><TD align=left valign=top> <UL> <LI><A href=#Fl_Window.Fl_Window>Fl_Window</A></LI> @@ -80,7 +80,7 @@ exit(0)</TT> if this is the last top-level window. </P> </TD></TR> </TABLE> </CENTER> -<H4><A name=Fl_Window.Fl_Window>Fl_Window::Fl_Window(int w, int h, const char *title = 0)</H4> +<H4><A name=Fl_Window.Fl_Window>Fl_Window::Fl_Window(int w, int h, const char *title = 0)</A></H4> The first form of the constructor should be used for a "top-level" window (that is, one that is not inside another window). It correctly sets @@ -95,7 +95,7 @@ plan to completely fill the window with children widgets you should change this to <TT>FL_NO_BOX</TT>. If you turn the window border off you may want to change this to <TT>FL_UP_BOX</TT>. </P> -<h4>Fl_Window::Fl_Window(int x, int y, int w, int h, const char *title = 0)</A></H4> +<h4>Fl_Window::Fl_Window(int x, int y, int w, int h, const char *title = 0)</H4> <P>The second form of the constructor is for creating child windows. It leaves <tt>visible()</tt> set to true. @@ -258,7 +258,7 @@ debug and maintain!</B> Fl_Gl_Window</TT> classes. </P> <H4><A name=Fl_Window.current>static Fl_Window* Fl_Window::current()</A></H4> Returns the last window that was made current. -<H4><A name=Fl_Window.cursor>void Fl_Window::cursor(Fl_Cursor, Fl_Color = FL_WHITE, Fl_Color = FL_BLACK)</H4> +<H4><A name=Fl_Window.cursor>void Fl_Window::cursor(Fl_Cursor, Fl_Color = FL_WHITE, Fl_Color = FL_BLACK)</A></H4> Change the cursor for this window. This always calls the system, if you are changing the cursor a lot you may want to keep track of how you set it in a static varaible and call this only if the new cursor |
