Author: greg.ercolano Date: 2011-09-01 13:14:26 -0700 (Thu, 01 Sep 2011) New Revision: 9025 Log: Mention the need for #define FL_INTERNALS for fl_xid(). (STR #2696, http://fltk.org/newsgroups.php?gfltk.development+v:12524)
Modified: branches/branch-1.3/documentation/src/osissues.dox Modified: branches/branch-1.3/documentation/src/osissues.dox =================================================================== --- branches/branch-1.3/documentation/src/osissues.dox 2011-08-30 08:01:17 UTC (rev 9024) +++ branches/branch-1.3/documentation/src/osissues.dox 2011-09-01 20:14:26 UTC (rev 9025) @@ -82,6 +82,10 @@ \par Returns the XID for a window, or zero if not \c shown(). +\par +You must \#define FL_INTERNALS above all FLTK related \#include's +to access this function. + Fl_Window *fl_find(ulong xid) \par @@ -516,6 +520,10 @@ Returns the window handle for a Fl_Window, or zero if not \c shown(). +\par +You must \#define FL_INTERNALS above all FLTK related \#include's +to access this function. + Fl_Window *fl_find(HWND xid) \par @@ -697,6 +705,10 @@ \c NULL if the window has not been shown. This reference is a pointer to an instance of the subclass FLWindow of Cocoa's NSWindow class. +\par +You must \#define FL_INTERNALS above all FLTK related \#include's +to access this function. + Fl_Window *fl_find(Window xid) \par _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
