summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-09-12 11:26:05 +0000
committerManolo Gouy <Manolo>2016-09-12 11:26:05 +0000
commit0af00dd0ac8986ca929997452ce932226dd0f808 (patch)
treeb21243b13db2101f55b42740af1f9f376ec7037c /src
parent8b043252267e6ebdde5b6daeb9d8b935c10ad468 (diff)
Document function fl_open_callback()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11935 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index fe6f44ed8..0d96142a5 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -1992,6 +1992,8 @@ FL_EXPORT Window fl_xid_(const Fl_Window *w) {
Fl_X *temp = Fl_X::i(w);
return temp ? temp->xid : 0;
}
+/** \addtogroup group_macosx
+ @{ */
/** Register a function called for each file dropped onto an application icon.
@@ -2003,6 +2005,7 @@ void fl_open_callback(void (*cb)(const char *))
{
Fl::system_driver()->open_callback(cb);
}
+/** @} */
//
// End of "$Id$".