[ 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
This commit is contained in:
@@ -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.
|
||||
|
@@ -101,10 +101,7 @@ new file dialog</FONT></FONT></P>
|
||||
<P>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.</P>
|
||||
nice and powerful dialog has been added. wxGTK is using it now.</P>
|
||||
<P STYLE="margin-top: 0.42cm; page-break-after: avoid"><FONT FACE="Albany, sans-serif"><FONT SIZE=4>File
|
||||
configuration and preferences</FONT></FONT></P>
|
||||
<P>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 <A HREF="http://www.freedesktop.org/">www.freedesktop.org</A>.<BR><BR><BR>
|
||||
</P>
|
||||
</BODY>
|
||||
</HTML>
|
||||
</HTML>
|
||||
|
Reference in New Issue
Block a user