mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 16:46:52 +08:00
Doco update for subwindows on OSX, and remove WIN32 note for cut/paste
buffer using \n and not \r\n since we now do \r\n. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4485 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user