FLTK logo

[Library] r7470 - in branches/branch-1.3: FL src

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[Library] r7470 - in branches/branch-1.3: FL src fltk-dev Apr 07, 2010  
 
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();

Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.