diff options
| author | Greg Ercolano <erco@seriss.com> | 2011-09-01 20:14:26 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2011-09-01 20:14:26 +0000 |
| commit | e758e6aac267b2e92af7e19a43cb2f518ba542d1 (patch) | |
| tree | e843260b11f8a24996a9f65e3771f049302031c0 /documentation | |
| parent | 62b30f85cb8d0cb6b6bf5f0c2e7cb8df6416418d (diff) | |
Mention the need for #define FL_INTERNALS for fl_xid().
(STR #2696, http://fltk.org/newsgroups.php?gfltk.development+v:12524)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9025 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/src/osissues.dox | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox index 95184dd29..e24935b04 100644 --- a/documentation/src/osissues.dox +++ b/documentation/src/osissues.dox @@ -82,6 +82,10 @@ Window fl_xid(const Fl_Window *) \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 @@ HWND fl_xid(const Fl_Window *) 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 @@ Returns the window reference for an Fl_Window, or \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 |
