|
static const char * | about = "About %@" |
| Localizable text for the "About xxx" application menu item.
|
|
static const char * | hide = "Hide %@" |
| Localizable text for the "Hide xxx" application menu item.
|
|
static const char * | hide_others = "Hide Others" |
| Localizable text for the "Hide Others" application menu item.
|
|
static const char * | print = "Print Front Window" |
| Localizable text for the "Print Front Window" application menu item. More...
|
|
static const char * | quit = "Quit %@" |
| Localizable text for the "Quit xxx" application menu item.
|
|
static const char * | services = "Services" |
| Localizable text for the "Services" application menu item.
|
|
static const char * | show = "Show All" |
| Localizable text for the "Show All" application menu item.
|
|
Mac OS-specific class allowing to customize and localize the application menu.
The public class attributes are used to build the application menu. They can be localized at run time to any UTF-8 text by placing instructions such as this before fl_open_display() gets called:
Fl_Mac_App_Menu::print = "Imprimer la fenĂȘtre";
- See also
- The Apple OS X Interface for another way to localization.