From a0863e393af4231c93f917c18ef6b3366153c21e Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 22 Feb 2018 17:04:37 +0000 Subject: Document that fl_mac_set_about() is deprecated, MacOS-specific and replaced by cross-platform Fl_Sys_Menu_Bar::about(). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12685 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/osissues.dox | 2 ++ 1 file changed, 2 insertions(+) (limited to 'documentation/src') diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox index 5c187155c..790899765 100644 --- a/documentation/src/osissues.dox +++ b/documentation/src/osissues.dox @@ -780,6 +780,8 @@ void fl_mac_set_about( Fl_Callback *cb, void *user_data, int shortcut) \par Attaches the callback \c cb to the "About myprog" item of the system application menu. \c cb will be called with NULL first argument and \c user_data second argument. +This MacOS-specific function is deprecated in FLTK 1.4 and replaced by +Fl_Sys_Menu_Bar::about(Fl_Callback *cb, void *data) which is cross-platform. Fl_Sys_Menu_Bar class -- cgit v1.2.3