]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/mainpages/platdetails.h
supporting alignment in single line controls, see #14452
[wxWidgets.git] / docs / doxygen / mainpages / platdetails.h
index 593eb18e40d47ed639d2aa5af6c804cc1663a942..075a858d398b51adcff2c93f801b2002ab9b0c1d 100644 (file)
@@ -65,6 +65,10 @@ 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.
 
+Support for GTK+ 3 is available starting with wxWidgets 2.9.4, use @c configure
+option @c --with-gtk=3 to enable it. It is still under development and may have
+significant bugs or missing features, and should be considered experimental.
+
 For further information, please see the files in @c docs/gtk
 in the distribution.
 
@@ -79,7 +83,7 @@ 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
 and PowerPC architectures and can be used to produce
@@ -100,7 +104,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