FLTK logo

[master] 879da68 - Fix typo in Fl_Menu_Item docs

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 ]

[master] 879da68 - Fix typo in Fl_Menu_Item docs "Albrecht Schlosser" Jan 13, 2022  
 
commit 879da686b6aeafe227398e1a1cd2ce546d8dd659
Author:     Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Thu Jan 13 14:20:55 2022 +0100
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Thu Jan 13 14:20:55 2022 +0100

    Fix typo in Fl_Menu_Item docs

 FL/Fl_Menu_Item.H | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git FL/Fl_Menu_Item.H FL/Fl_Menu_Item.H
index 435f738..d67d4ed 100644
--- FL/Fl_Menu_Item.H
+++ FL/Fl_Menu_Item.H
@@ -313,7 +313,7 @@ struct FL_EXPORT Fl_Menu_Item {
   int value() const {return (flags & FL_MENU_VALUE) ? 1 : 0;}
   /**
     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;}
 
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'.