]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/mainpages/platdetails.h
add wxEVT_COMMAND_HEADER_SEPARATOR_DCLICK and semi-automatic header resizing support
[wxWidgets.git] / docs / doxygen / mainpages / platdetails.h
index a4f9161133e7952d1fe777a0b9bd713ed01f0c27..17813b6a67d35a13c7be59b12f8f467325e6080e 100644 (file)
@@ -24,6 +24,7 @@ and ports.
 @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
 @li @ref page_port_nativedocs
 
@@ -66,7 +67,7 @@ This is the default for many systems.
 GTK+ 1.2 can still be used, albeit discouraged. For that you can
 pass @c --with-gtk=1 to the @c configure script.
 
-For further information, please see the files in docs/gtk
+For further information, please see the files in @c docs/gtk
 in the distribution.
 
 
@@ -89,12 +90,12 @@ both architecture. Unfortunately, wxMac does not support any
 64-bit architecture since Apple decided not to port its Carbon
 API entirely to 64-bit.
 
-For further information, please see the files in docs/mac
+For further information, please see the files in @c docs/mac
 in the distribution.
 
 
 
-@section page_port_wxmac wxCocoa
+@section page_port_wxcocoa wxCocoa
 
 @htmlonly
 <img src="osxleopard_logo.png" alt="Mac OS X (Leopard) logo"
@@ -102,12 +103,15 @@ in the distribution.
 @endhtmlonly
 
 wxCocoa is another port of wxWidgets for the Macintosh OS
-platform. But in contrat to wxMac, it uses the Cocoa API.
+platform. But in contrast to wxMac, it uses the Cocoa API.
 Much work has gone into this port and many controls are
 functional, but the port has not reached the maturity
 of the wxMac port yet. It should be possible to use wxCocoa
 on 64-bit architectures.
 
+For further information, please see the files in @c docs/mac
+in the distribution.
+
 
 @section page_port_wxmgl wxMGL
 
@@ -130,7 +134,7 @@ need to type:
 
 Under DOS, wxMGL uses a dmake based make system.
 
-For further information, please see the files in docs/mgl
+For further information, please see the files in @c docs/mgl
 in the distribution.
 
 
@@ -140,6 +144,9 @@ in the distribution.
 wxOS2 is a port of wxWidgets for the IBM OS/2 Warp3 and Warp4 platforms.
 This port is currently under construction and in beta phase.
 
+For further information, please see the files in @c docs/os2
+in the distribution.
+
 
 
 @section page_port_wxx11 wxX11
@@ -153,19 +160,33 @@ as the underlying graphics backend. wxX11 draws its widgets
 using the wxUniversal widget set which is now part of wxWidgets.
 wxX11 is well-suited for a number of special applications such
 as those running on systems with few resources (PDAs) or for
-applications which need to use a special themed look. 
+applications which need to use a special themed look.
 
 In order to configure wxWidgets to compile wxX11 you will
 need to type:
 
 @verbatim configure --with-x11 --with-universal @endverbatim
 
-For further information, please see the files in docs/x11
+For further information, please see the files in @c docs/x11
 in the distribution. There is also a page on the use of
 wxWidgets for embedded applications on the wxWidgets web site.
 
 
 
+@section page_port_wxmotif wxMotif
+
+@htmlonly
+<img src="motif_logo.png" alt="Motif logo" title="Motif logo" class="logo">
+@endhtmlonly
+
+wxMotif is a port of wxWidgets for X11 systems using Motif libraries.
+Motif libraries provide a clean and fast user interface at the expense
+of the beauty and candy of newer interfaces like GTK.
+
+For further information, please see the files in @c docs/motif
+in the distribution.
+
+
 
 
 @section page_port_wxmsw wxMSW
@@ -619,6 +640,6 @@ necessary to use the underlying toolkit API directly:
 @li wxMSW port uses win32 API: see MSDN docs at http://msdn2.microsoft.com/en-us/library/ms649779.aspx
 @li wxGTK port uses GTK+: see GTK+ 2.x docs at http://developer.gnome.org/doc/API/2.0/gtk/index.html
 @li wxMac port uses the Carbon API: see Carbon docs at http://developer.apple.com/carbon
-@li wxCocoa port uses the Cocoa API: see Cocoa docs at http://developer.apple.com/carbon
+@li wxCocoa port uses the Cocoa API: see Cocoa docs at http://developer.apple.com/cocoa
 
 */