Author: greg.ercolano
Date: 2010-04-07 22:22:13 -0700 (Wed, 07 Apr 2010)
New Revision: 7470
Log:
Doc fixes/additions.


Modified:
   branches/branch-1.3/FL/Fl_Menu_.H
   branches/branch-1.3/src/Fl_Menu_.cxx

Modified: branches/branch-1.3/FL/Fl_Menu_.H
===================================================================
--- branches/branch-1.3/FL/Fl_Menu_.H   2010-04-07 23:17:33 UTC (rev 7469)
+++ branches/branch-1.3/FL/Fl_Menu_.H   2010-04-08 05:22:13 UTC (rev 7470)
@@ -52,7 +52,7 @@
 
 protected:
 
-  uchar alloc;
+  uchar alloc;                 // flag indicates if menu_ is a dynamic copy 
(=1) or not (=0)
   uchar down_box_;
   Fl_Font textfont_;
   Fl_Fontsize textsize_;

Modified: branches/branch-1.3/src/Fl_Menu_.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Menu_.cxx        2010-04-07 23:17:33 UTC (rev 
7469)
+++ branches/branch-1.3/src/Fl_Menu_.cxx        2010-04-08 05:22:13 UTC (rev 
7470)
@@ -275,7 +275,7 @@
     Sets the menu array pointer directly.  If the old menu is private it is
     deleted.  NULL is allowed and acts the same as a zero-length
     menu.  If you try to modify the array (with add(), replace(), or
-    delete()) a private copy is automatically done.
+    remove()) a private copy is automatically done.
 */
 void Fl_Menu_::menu(const Fl_Menu_Item* m) {
   clear();

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

Reply via email to