diff options
Diffstat (limited to 'documentation/src/osissues.dox')
| -rw-r--r-- | documentation/src/osissues.dox | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox index 38a776143..ed98bad4a 100644 --- a/documentation/src/osissues.dox +++ b/documentation/src/osissues.dox @@ -291,7 +291,7 @@ Fl_X *Fl_X::set_xid(Fl_Window*, Window xid) \endverbatim \par -Allocate a hidden structure called an Fl_X, put the +Allocate a hidden class called an Fl_X, put the XID into it, and set a pointer to it from the Fl_Window. This causes Fl_Window::shown() to return true. @@ -368,6 +368,9 @@ MyWindow::~MyWindow() { } \endcode +\note Access to the Fl_X hidden class requires to \#define FL_LIBRARY +before compilation. + \subsection osissues_x_icon Setting the Icon of a Window FLTK currently supports setting a window's icon \b before it |
