From 0af00dd0ac8986ca929997452ce932226dd0f808 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 12 Sep 2016 11:26:05 +0000 Subject: [PATCH] Document function fl_open_callback() git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11935 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl.cxx | 3 +++ 1 file changed, 3 insertions(+) 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$".