X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0f6c9085a50548c48d49874ff64c4928ba053c0c..7447d53c35249d42128d6243c90998f03882859a:/docs/doxygen/mainpages/platdetails.h?ds=inline diff --git a/docs/doxygen/mainpages/platdetails.h b/docs/doxygen/mainpages/platdetails.h index 7a25cd4c10..48994466fc 100644 --- a/docs/doxygen/mainpages/platdetails.h +++ b/docs/doxygen/mainpages/platdetails.h @@ -3,7 +3,7 @@ // Purpose: Platform details page of the Doxygen manual // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -21,7 +21,6 @@ and ports. @li @ref page_port_wxgtk @li @ref page_port_wxosx @li @ref page_port_wxos2 -@li @ref page_port_wxmgl @li @ref page_port_wxx11 @li @ref page_port_wxmotif @li @ref page_port_wxmsw @@ -80,9 +79,9 @@ in the distribution. @subsection page_port_wxosx_carbon wxOSX/Carbon wxOSX/Carbon is a port of wxWidgets for the Macintosh OS platform. -Currently MacOS X 10.4 or higher are supported. wxOSX/Carbon can +Currently MacOS X 10.5 or higher are supported. wxOSX/Carbon can be compiled both using Apple's command line developer tools -as well as Apple's XCode IDE. wxOSX/Carbon supports both the Intel +as well as Apple's Xcode IDE. wxOSX/Carbon supports both the Intel and PowerPC architectures and can be used to produce "universal binaries" in order create application which can run both architecture. Unfortunately, wxOSX/Carbon does not support any @@ -101,7 +100,8 @@ in the distribution. @subsection page_port_wxosx_cocoa wxOSX/Cocoa wxOSX/Cocoa is another port of wxWidgets for the Macintosh OS -platform. In contrast to wxOSX/Carbon, it uses the Cocoa API +platform. Currently MacOS X 10.5 or higher are supported. +In contrast to wxOSX/Carbon, it uses the Cocoa API in place of Carbon. Much work has gone into this port and many controls are functional, but the port has not reached the maturity of the wxOSX/Carbon port yet. It is possible to use wxOSX/Cocoa @@ -122,32 +122,6 @@ developed, docs for it are available in @c docs/cocoa in the distribution. -@section page_port_wxmgl wxMGL - -wxMGL is a port of wxWidgets using the MGL library available -from SciTech as the underlying graphics backend. wxMGL draws -its widgets using the wxUniversal widget set which is part -of wxWidgets. MGL itself runs on a variety of platforms -including DOS, Linux hardware (similar to the Linux framebuffer) -and various graphics systems such as Win32, X11 and OS/2. -Note that currently MGL for Linux runs only on x86-based systems. - -You will MGL 5.0 or higher which is available from - -http://www.scitechsoft.com/products/product_download.html - -In order to configure wxWidgets to compile wxMGL you will -need to type: - -@verbatim configure --with-mgl --with-universal @endverbatim - -Under DOS, wxMGL uses a dmake based make system. - -For further information, please see the files in @c docs/mgl -in the distribution. - - - @section page_port_wxos2 wxOS2 wxOS2 is a port of wxWidgets for the IBM OS/2 Warp3 and Warp4 platforms.