mirror of
https://github.com/fltk/fltk.git
synced 2026-06-01 06:14:28 +08:00
Fix typo in Fl_Menu_Item docs
This commit is contained in:
+1
-1
@@ -313,7 +313,7 @@ struct FL_EXPORT Fl_Menu_Item {
|
|||||||
int value() const {return (flags & FL_MENU_VALUE) ? 1 : 0;}
|
int value() const {return (flags & FL_MENU_VALUE) ? 1 : 0;}
|
||||||
/**
|
/**
|
||||||
Turns the check or radio item "on" for the menu item. Note that this
|
Turns the check or radio item "on" for the menu item. Note that this
|
||||||
does not turn off any adjacent radio items like set_only() does.
|
does not turn off any adjacent radio items like setonly() does.
|
||||||
*/
|
*/
|
||||||
void set() {flags |= FL_MENU_VALUE;}
|
void set() {flags |= FL_MENU_VALUE;}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user