Author: manolo
Date: 2011-01-30 00:55:46 -0800 (Sun, 30 Jan 2011)
New Revision: 8336
Log:
Minor changes in Doxygen docs of Fl_Window constructors.

Modified:
   branches/branch-1.3/FL/Fl_Window.H

Modified: branches/branch-1.3/FL/Fl_Window.H
===================================================================
--- branches/branch-1.3/FL/Fl_Window.H  2011-01-30 08:45:34 UTC (rev 8335)
+++ branches/branch-1.3/FL/Fl_Window.H  2011-01-30 08:55:46 UTC (rev 8336)
@@ -116,8 +116,8 @@
     If Fl_Group::current() is not NULL, the window is created as a 
     subwindow of the parent window.
     
-    The first form of the constructor creates a top-level window
-    and asks the window manager to position the window. The second
+    The (w,h) form of the constructor creates a top-level window
+    and asks the window manager to position the window. The (x,y,w,h)
     form of the constructor either creates a subwindow or a
     top-level window at the specified location (x,y) , subject to window
     manager configuration. If you do not specify the position of the
@@ -137,12 +137,12 @@
     change this to FL_NO_BOX. If you turn the window border off
     you may want to change this to FL_UP_BOX.
 
-    \see Fl_Window(int x, int y, int w, int h, const char* title = 0)
+    \see Fl_Window(int x, int y, int w, int h, const char* title)
   */
     Fl_Window(int w, int h, const char* title= 0);
   /** Creates a window from the given position, size and title.
 
-    \see Fl_Window::Fl_Window(int w, int h, const char *title = 0)
+    \see Fl_Window(int w, int h, const char *title)
   */
     Fl_Window(int x, int y, int w, int h, const char* title = 0);
   /**

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to