From a4f428d82b63a93095bcd1338875c5ba4be8d5b5 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 8 Aug 2005 03:03:37 +0000 Subject: 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 --- documentation/osissues.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'documentation/osissues.html') 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. -
  • Cut text contains ^J rather than ^M^J to break - lines. This is a feature, not a bug.
  • -
  • SetCapture (used by Fl::grab()) doesn't work, and the main window title bar turns gray while menus are popped up.
  • @@ -682,6 +679,11 @@ MacOS version of FLTK:
  • Line styles are not well supported. This is due to limitations in the QuickDraw interface.
  • +
  • Nested subwindows are not supported, i.e. you can + have a Fl_Window widget inside a + Fl_Window, but not a Fl_Window inside a + Fl_Window inside a Fl_Window.
  • + -- cgit v1.2.3