mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 15:32:12 +08:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user