diff options
Diffstat (limited to 'documentation/osissues.html')
| -rw-r--r-- | documentation/osissues.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/osissues.html b/documentation/osissues.html index 4701c6790..3d5b9d767 100644 --- a/documentation/osissues.html +++ b/documentation/osissues.html @@ -596,9 +596,6 @@ version of FLTK: then correctly returns whether or not there is overlay hardware.</LI> - <LI>Cut text contains ^J rather than ^M^J to break - lines. This is a feature, not a bug. </LI> - <LI><TT>SetCapture</TT> (used by <TT>Fl::grab()</TT>) doesn't work, and the main window title bar turns gray while menus are popped up.</LI> @@ -682,6 +679,11 @@ MacOS version of FLTK: <LI>Line styles are not well supported. This is due to limitations in the QuickDraw interface.</LI> + <li>Nested subwindows are not supported, i.e. you can + have a <tt>Fl_Window</tt> widget inside a + <tt>Fl_Window</tt>, but not a <tt>Fl_Window</tt> inside a + <tt>Fl_Window</tt> inside a <tt>Fl_Window</tt>.</li> + </UL> </BODY> |
