From b5e2d38b2fbabcf37637cd857fc70d8567978b17 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 16 Mar 2010 14:47:40 +0000 Subject: Have class Fl_Sys_Menu_Bar and function fl_mac_set_about appear in Doxygen doc. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7276 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_cocoa.mm | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/Fl_cocoa.mm') diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index 69d7eb47e..136926f07 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -78,10 +78,6 @@ */ - -// we don't need the following definition because we deliver only -// true mouse moves. On very slow systems however, this flag may -// still be useful. #ifndef FL_DOXYGEN #define CONSOLIDATE_MOTION 0 @@ -3118,18 +3114,6 @@ static void createAppleMenu(void) } @end - -/** - * Mac OS: attaches a callback to the "About myprog" item of the system application menu. - * \note #include - * - * \author Manolo Gouy - * - * \param[in] cb a callback that will be called by "About myprog" menu item - * with NULL 1st argument. - * \param[in] user_data a pointer transmitted as 2nd argument to the callback. - * \param[in] shortcut optional shortcut to attach to the "About myprog" menu item (e.g., FL_META+'a') - */ void fl_mac_set_about( Fl_Callback *cb, void *user_data, int shortcut) { NSAutoreleasePool *localPool; -- cgit v1.2.3