Author: manolo
Date: 2010-07-01 09:51:28 -0700 (Thu, 01 Jul 2010)
New Revision: 7663
Log:
Documented fl_open_callback function.
-This line, and those below, will be ignored--
M mac.H
Modified:
branches/branch-1.3/FL/mac.H
Modified: branches/branch-1.3/FL/mac.H
===================================================================
--- branches/branch-1.3/FL/mac.H 2010-07-01 15:35:28 UTC (rev 7662)
+++ branches/branch-1.3/FL/mac.H 2010-07-01 16:51:28 UTC (rev 7663)
@@ -165,17 +165,19 @@
extern void fl_open_display();
-// Register a function for opening files via the finder...
-extern void fl_open_callback(void (*cb)(const char *));
-
extern FL_EXPORT int fl_parse_color(const char* p, uchar& r, uchar& g, uchar&
b);
#endif // FL_DOXYGEN
/** \defgroup group_macosx Mac OS X-specific functions
@{ */
+/** @brief Register a function called for each file dropped onto an
application icon
+ * \note \#include <FL/x.H>
+ */
+extern void fl_open_callback(void (*cb)(const char *));
+
/**
- * \brief Mac OS X: attaches a callback to the "About myprog" item of the
system application menu.
+ * \brief Attaches a callback to the "About myprog" item of the system
application menu.
* \note \#include <FL/x.H>
*
* \param cb a callback that will be called by "About myprog" menu item
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit