FLTK logo

STR #338

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 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Bugs & Features | Roadmap 1.1 | SVN ⇄ GIT ]

STR #338

Application:FLTK Library
Status:1 - Closed w/Resolution
Priority:2 - Low, e.g. a documentation error or undocumented side-effect
Scope:3 - Applies to all machines and operating systems
Subsystem:Documentation
Summary:Simple doc bug for Fl_Menu_::add() (wrt STR#99)
Version:1.1.4
Created By:greg.ercolano
Assigned To:mike
Fix Version:1.1.5rc1
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

No files


Trouble Report Comments:


Name/Time/Date Text  
 
#1 greg.ercolano
23:46 Apr 05, 2004
    The description of shortcuts for the Fl_Menu_::add() function
    has some garbage characters in it. Seems like a small problem
    with how STR#99 was implemented. Quoting the current docs:

----
Shortcut can be 0L, or either a modifier/key combination (for example FL_CTRL+'A') or a string describing the shortcut in one of two ways:

  [#+^]

     eg. "97", "^97", "+97", "#97"

  [#+^]

      eg. "a", "^a", "+a", "#a"

----

..those lines with the "A A A A A" characters are supposed to read:

----
    [^+#]<ascii_value>     eg. "97", "^97", "+97", "#97"
    [^+#]<ascii_char>      eg. "a", "^a", "+a", "#a"
----

..as per STR#99:
http://fltk.org/str.php?L99+P0+S0+C0+I0+E0+Qadd%28
 
 
#2 mike
08:31 Apr 06, 2004
Thanks!  
 
#3 mike
08:31 Apr 06, 2004
Fixed in CVS - the anonymous CVS repository will be updated at midnight PST.  
     

Return to Bugs & Features ]

 
 

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'.