diff options
author | Alexander Larsson <alexl@redhat.com> | 2015-11-05 15:18:57 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2015-11-05 16:54:12 +0100 |
commit | 0db50dcea9dba7d473446fb154a60cbba4c224ee (patch) | |
tree | c6b9879d19a704e44c8000243313663c40326da7 /NEWS | |
parent | 5e50abf411a3b8bc56d91a183868dbe3d4ae2af1 (diff) | |
download | gtk+-0db50dcea9dba7d473446fb154a60cbba4c224ee.tar.gz |
Mention native file choosers in NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ Overview of Changes in GTK+ 3.19.2 ================================== +* Support for native file chooser on Win32 when using the new + GtkFileChooserNative API, and when using GtkFileChooserButton. + * The GtkFileChooser interface prerequisite was changed from GtkWidget to GObject to allow non-widget filechooser implementations. |