summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-02-06 10:24:23 +0000
committerManolo Gouy <Manolo>2011-02-06 10:24:23 +0000
commite552ae319add0f94e82c3a1b0a6a85dda431d38a (patch)
tree61e8135829172741b3cde7b204fb7f1c31da0fd6
parentd4007d5b06d810c3112aff0a57febe588ad3422f (diff)
Moved the Doxygen doc of class Fl_Mac_App_Menu from mac.H to x.H so Doxygen
displays correctly that #include <x.H> is needed for this class. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8381 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--FL/mac.H10
-rw-r--r--FL/x.H11
2 files changed, 11 insertions, 10 deletions
diff --git a/FL/mac.H b/FL/mac.H
index 7190c8360..d1a50db4b 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -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 */
diff --git a/FL/x.H b/FL/x.H
index 7113f4af9..b9be0343b 100644
--- a/FL/x.H
+++ b/FL/x.H
@@ -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