mirror of https://github.com/fltk/fltk
Updated describing comments.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9887 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
5c513270f9
commit
702dd3b9ba
|
@ -16,7 +16,7 @@
|
|||
// http://www.fltk.org/str.php
|
||||
//
|
||||
|
||||
/**
|
||||
/*
|
||||
* This code is a quick hack! It was written as a proof of concept.
|
||||
* It has been tested on the "menubar" sample program and provides
|
||||
* basic functionality.
|
||||
|
@ -26,21 +26,13 @@
|
|||
*
|
||||
* FLTK features not supported by the Mac System menu
|
||||
*
|
||||
* - no invisible menu items
|
||||
* - no symbolic labels
|
||||
* - embossed labels will be underlined instead
|
||||
* - no embossed labels
|
||||
* - no font sizes
|
||||
* - Shortcut Characters should be English alphanumeric only, no modifiers yet
|
||||
* - Shortcut Characters should be Latin letters only
|
||||
* - no disable main menus
|
||||
* - changes to menubar in run-time don't update!
|
||||
* (disable, etc. - toggle and radio button do!)
|
||||
*
|
||||
* No care was taken to clean up the menu bar after destruction!
|
||||
* ::menu(bar) should only be called once!
|
||||
* Many other calls of the parent class don't work.
|
||||
* Changing the menu items has no effect on the menu bar.
|
||||
* Starting with OS X 10.5, FLTK applications must be created as
|
||||
* a bundle for the System Menu Bar (and maybe other features) to work!
|
||||
*/
|
||||
|
||||
#if defined(__APPLE__) || defined(FL_DOXYGEN)
|
||||
|
|
Loading…
Reference in New Issue