]> git.saurik.com Git - wxWidgets.git/commitdiff
add some mention of GTK3 support
authorPaul Cornett <paulcor@bullseye.com>
Mon, 2 Jul 2012 15:56:47 +0000 (15:56 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Mon, 2 Jul 2012 15:56:47 +0000 (15:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/mainpages/platdetails.h
docs/gtk/readme.txt
docs/readme.txt

index 48994466fcc2a9d9c18aac06dcc05df27850773c..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.
 
index 89fcbec894dd4c83efc6981bb0a5135328602610..ce9c0bc6719207df983218634e1ab7d97e1c44ba 100644 (file)
@@ -11,6 +11,11 @@ tests for the presence of newer features at run-time and it
 will fall back to a generic implementation if these features
 are not present in the GTK+ version used.
 
+wxWidgets 2.9.4 adds support for GTK+ 3, which can be enabled
+with configure option --with-gtk=3. Note that this port is
+still in development and may have significant bugs or missing
+features, and should be considered experimental.
+
 wxWidgets 2.8 still supports GTK+ 1.2, but no developement
 is done on that port anymore and support for GTK+ 1.2 will
 probably be dropped entirely. Indeed, one of the major steps
index 5923ca34c1cacec0a2b5ee0e2653f37694ce0148..069d51971b78fc5583d391cc977edf5f7fefae65 100644 (file)
@@ -75,6 +75,7 @@ There is some support for the following platforms:
 - Most Unix variants with X11
 - Most Unix variants with Motif/Lesstif
 - Most Unix variants with GTK+ 1.2
+- Most Unix variants with GTK+ 3 (still in development)
 - OS/2
 - Windows CE (Pocket PC)
 
@@ -200,4 +201,4 @@ web site.
 
 Have fun!
 
-The wxWidgets Team, December 2011
+The wxWidgets Team, July 2012