From 336996c7abb716844d3389df7bd7779298af3dcf Mon Sep 17 00:00:00 2001
From: Michael R Sweet
Date: Sun, 6 May 2001 16:25:05 +0000
Subject: 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
---
documentation/Fl_Window.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'documentation/Fl_Window.html')
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() is zero or equal to the window. Fl_Window
exit(0) if this is the last top-level window.
Methods
-
+
- Fl_Window
@@ -80,7 +80,7 @@ exit(0) if this is the last top-level window.
|
-
+
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 FL_NO_BOX. If you turn the window border off
you may want to change this to FL_UP_BOX.
-Fl_Window::Fl_Window(int x, int y, int w, int h, const char *title = 0)
+Fl_Window::Fl_Window(int x, int y, int w, int h, const char *title = 0)
The second form of the constructor is for creating child windows. It
leaves visible() set to true.
@@ -258,7 +258,7 @@ debug and maintain!
Fl_Gl_Window classes.
Returns the last window that was made current.
-
+
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
--
cgit v1.2.3