Author: greg.ercolano
Date: 2010-11-08 09:21:02 -0800 (Mon, 08 Nov 2010)
New Revision: 7811
Log:
Small documentation fix.
Modified:
branches/branch-1.3/FL/Fl_Menu_.H
Modified: branches/branch-1.3/FL/Fl_Menu_.H
===================================================================
--- branches/branch-1.3/FL/Fl_Menu_.H 2010-11-08 14:19:47 UTC (rev 7810)
+++ branches/branch-1.3/FL/Fl_Menu_.H 2010-11-08 17:21:02 UTC (rev 7811)
@@ -116,7 +116,7 @@
the new value is different than the old one.
*/
int value(int i) {return value(menu_+i);}
- /** Returns the title of the last item chosen, or of item i. */
+ /** Returns the title of the last item chosen. */
const char *text() const {return value_ ? value_->text : 0;}
/** Returns the title of the last item chosen, or of item i. */
const char *text(int i) const {return menu_[i].text;}
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit