FLTK logo

[Library] r9025 - branches/branch-1.3/documentation/src

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[Library] r9025 - branches/branch-1.3/documentation/src fltk-dev Sep 01, 2011  
 
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

Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.