diff --git a/docs/gtk/readme.txt b/docs/gtk/readme.txt index 40468a9cc9..89fcbec894 100644 --- a/docs/gtk/readme.txt +++ b/docs/gtk/readme.txt @@ -3,11 +3,10 @@ You have downloaded the GTK+ port of the wxWidgets GUI library. -It is recommended to use at least GTK+ 2.2.3 to get the -most out of wxWidgets and some features are only available -when using GTK+ 2.4 or even from GTK+ 2.8. Note that if you +It is required to use at least GTK+ 2.4 and some features are +only available when using GTK+ 2.8 or higher. Note that if you compile wxWidgets against GTK+ 2.8 your app will still work -with older GTK+ version down to version 2.2 as wxWidgets +with older GTK+ version down to version 2.4 as wxWidgets 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. diff --git a/docs/gtk/wxGNOME/wxGNOME.html b/docs/gtk/wxGNOME/wxGNOME.html index f8ad9851f1..bb230bf4a3 100644 --- a/docs/gtk/wxGNOME/wxGNOME.html +++ b/docs/gtk/wxGNOME/wxGNOME.html @@ -101,10 +101,7 @@ new file dialog
Previously, wxGTK application made use of a file dialog written in wxWidgets itself, since the default GTK+ file dialog was simplistic to say the least. This has changed with version GTK+ 2.4, where a -nice and powerful dialog has been added. We now query the GTK+ -library, if the new file dialog functions are available and wxGTK -applications will show and use them if that is the case, otherwise, -they will fall back to the old generic one.
+nice and powerful dialog has been added. wxGTK is using it now.File configuration and preferences
The usual Unix way of saving file configuration and preferences is
@@ -161,4 +158,4 @@ See GNOME's Human Interface Guidelines at
See FreeDesktop's homepage at www.freedesktop.org.