diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/mac.H | 1 | ||||
| -rw-r--r-- | FL/x.H | 11 |
2 files changed, 1 insertions, 11 deletions
@@ -301,6 +301,7 @@ public: static const char *show; /** Localizable text for the "Quit xxx" application menu item */ static const char *quit; + static void custom_application_menu_items(const Fl_Menu_Item *m); }; /** @} */ @@ -21,17 +21,6 @@ // need to call Xlib directly. These symbols may not exist on non-X // systems. -/** \class Fl_Mac_App_Menu - Mac OS-specific class allowing to localize the application menu. - - These character strings 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 \e very - early in the program: - \verbatim - Fl_Mac_App_Menu::print = "Imprimer la fenĂȘtre"; - \endverbatim -*/ - #if !defined(Fl_X_H) && !defined(FL_DOXYGEN) # define Fl_X_H |
