From 3e52876736d9f0ec09be778448f9205a065ea8eb Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 1 Jul 2010 16:52:47 +0000 Subject: Removed obsolete Quickdraw information and Mac OS bugs git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7664 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/osissues.dox | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) (limited to 'documentation') diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox index 0b1757431..4ea23dd45 100644 --- a/documentation/src/osissues.dox +++ b/documentation/src/osissues.dox @@ -707,19 +707,11 @@ The Fl_Sys_Menu_Bar class allows to build menu bars that, on Mac OS X, are placed in the system menu bar (at top-left of display), and, on other platforms, at a user-chosen location of a user-chosen window. -\subsection osissues_quickdraw Drawing Things Using QuickDraw - -When the virtual function Fl_Widget::draw() is -called, FLTK has prepared the Window and CGrafPort for drawing. -Clipping and offsets are prepared to allow correct subwindow -drawing. - \subsection osissues_quartz Drawing Things Using Quartz -If the FLTK library was compiled using the configuration -flag --enable-quartz, all code inside Fl_Widget::draw() -is expected to call Quartz drawing functions instead of -QuickDraw. The Quartz coordinate system is flipped to match +All code inside Fl_Widget::draw() +is expected to call Quartz drawing functions. The Quartz coordinate system +is flipped to match FLTK's coordinate system. The origin for all drawing is in the top left corner of the enclosing Fl_Window. @@ -759,18 +751,6 @@ handle the Resource Fork correctly. FLTK uses UNIX-style filenames and paths. -\subsection osissues_macos_problems Known MacOS Bugs and Problems - -The following is a list of known bugs and problems in the -MacOS version of FLTK: - -\li Line styles are not well supported. This is due to - limitations in the QuickDraw interface. - -\li 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. - \htmlonly
-- cgit v1.2.3