Update minimal required GTK+ version to 2.6 in another place.
It really should only appear in a single place only, ideally, but currently we have it in several different documents inside and outside the manual. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -51,7 +51,7 @@ achieve perfect integration with that platform.</P>
|
||||
<P ALIGN=JUSTIFY>The major operating system for which wxWidgets
|
||||
supports are Windows (Windows 95, NT, 2000, XP, Vista) including its
|
||||
mobile variants (Windows CE, PocketPC, Windows Mobile), Linux and
|
||||
Unix using the GTK+ 2 toolkit (minimum version is GTK+ 2.4, more
|
||||
Unix using the GTK+ 2 toolkit (minimum version is GTK+ 2.6, more
|
||||
recent features are used when available) and Mac OS X (minimum
|
||||
version 10.5 Tiger, both Intel, PPC and the Universal Binaries for
|
||||
both are supported). wxWidgets includes many code pieces for
|
||||
@@ -104,7 +104,7 @@ systems and support older systems for as long as possible and as long
|
||||
as supporting them does not hinder development for up-to-date
|
||||
systems. This is especially true for OS X and GTK+ 2 and it was
|
||||
therefore decided that OS X versions older than 10.5 Leopard and GTK+ 2
|
||||
version older than 2.4 are no longer supported. The wxWidgets team
|
||||
version older than 2.6 are no longer supported. The wxWidgets team
|
||||
also realized that it could not do everything and that support for a
|
||||
cross-platform database API was beyond the scope and focus of the
|
||||
project so that its old wxODBC database connectivity classes were
|
||||
@@ -307,7 +307,7 @@ compatible way. The main problem of this approach is that
|
||||
applications written using wxGTK should work with relatively old
|
||||
versions of GTK+ but should also make use of recent features. In some
|
||||
cases, supporting an old version of GTK+ hinders development so we
|
||||
decided to declare GTK+ 2.4 the minimum toolkit version that is
|
||||
decided to declare GTK+ 2.6 the minimum toolkit version that is
|
||||
supported. As an example, this made it possible to always use the
|
||||
GTK+ file dialog instead of the old generic file dialog which had to
|
||||
be used when GTK+ didn't have a usable file dialog.
|
||||
|
Reference in New Issue
Block a user