From 700d08c1092bd08150d47b952c1e0d817a64d75f Mon Sep 17 00:00:00 2001
From: Robert Roebling
Date: Mon, 5 Nov 2007 18:43:14 +0000
Subject: [PATCH] [ 1823588 ] gtk filedlg - droping support for gtk 2.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
docs/gtk/readme.txt | 7 +-
docs/gtk/wxGNOME/wxGNOME.html | 7 +-
include/wx/filedlg.h | 3 -
include/wx/gtk/filectrl.h | 8 +-
include/wx/gtk/filedlg.h | 3 +-
src/gtk/filectrl.cpp | 21 ++----
src/gtk/filedlg.cpp | 138 ++++++++--------------------------
7 files changed, 47 insertions(+), 140 deletions(-)
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.