Author: AlbrechtS
Date: 2009-04-09 00:56:47 -0700 (Thu, 09 Apr 2009)
New Revision: 6746
Log:
fix documentation of draw().


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

Modified: branches/branch-1.3/FL/Fl_Widget.H
===================================================================
--- branches/branch-1.3/FL/Fl_Widget.H  2009-04-07 18:37:25 UTC (rev 6745)
+++ branches/branch-1.3/FL/Fl_Widget.H  2009-04-09 07:56:47 UTC (rev 6746)
@@ -181,7 +181,7 @@
       Override this function to draw your own widgets.
 
       If you ever need to call another widget's draw method <I>from within your
-      own draw method</I>, e.g. for an embedded scrollbar, you must downcast 
the
+      own draw method</I>, e.g. for an embedded scrollbar, you must upcast the
       embedded widget's pointer to Fl_Widget* and call the virtual draw() 
method.
 
       \code

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

Reply via email to