Remove references to GTK+ 3 support being experimental

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2013-10-26 17:11:31 +00:00
parent ddf0f6f2b1
commit 166592b8f1
4 changed files with 6 additions and 11 deletions

View File

@@ -128,9 +128,8 @@ To make use of wxWidgets, you currently need one of the following setups.
compilers such as Sun CC, HP-UX aCC or SGI mipsPro.
@li Almost any Unix workstation, and one of: GTK+ 2.6 or higher (GTK+ 1.2.10
may still be supported but wxGTK1 port is not maintained any longer and lacks
many features of wxGTK2; GTK+ 3 is supported but is still experimental),
Motif 1.2 or higher or Lesstif. If using the wxX11 port, no such widget set
is required.
many features of wxGTK2, Motif 1.2 or higher or Lesstif. If using the wxX11
port, no such widget set is required.
(c) Mac OS/Mac OS X:

View File

@@ -50,8 +50,7 @@ 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.
option @c --with-gtk=3 to enable it.
For further information, please see the files in @c docs/gtk in the
distribution.