summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2010-07-01 16:52:47 +0000
committerManolo Gouy <Manolo>2010-07-01 16:52:47 +0000
commit3e52876736d9f0ec09be778448f9205a065ea8eb (patch)
tree180be7efb755aa673ad2af334886c55e52cc7cb9 /documentation
parent5cb826bd38f03dfbc4669142798b0a58f7856dac (diff)
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
Diffstat (limited to 'documentation')
-rw-r--r--documentation/src/osissues.dox26
1 files changed, 3 insertions, 23 deletions
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 <tt>--enable-quartz</tt>, 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
<hr>