diff options
| -rw-r--r-- | FL/mac.H | 10 | ||||
| -rw-r--r-- | FL/x.H | 11 |
2 files changed, 11 insertions, 10 deletions
@@ -209,16 +209,6 @@ extern void fl_mac_set_about( Fl_Callback *cb, void *user_data, int shortcut = 0 */ extern int fl_mac_os_version; -/** 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 these \e very - early in the program: - \verbatim - #include <FL/x.H> - Fl_Mac_App_Menu::print = "Imprimer la fenĂȘtre"; - \endverbatim - */ class Fl_Mac_App_Menu { public: /** Localizable text for the "About xxx" application menu item */ @@ -30,6 +30,17 @@ // 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 |
