diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2020-02-21 15:34:37 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2020-02-22 15:22:06 +0000 |
commit | d505573ee608f8f26fd02458030d1755fd3af8b6 (patch) | |
tree | 4f1dce35ceb6bb4c8ee7921c81400118eba214dc /gtk/gtkfilechoosernative.c | |
parent | 5f070ff233386eae3b3290d12ba67745833dcb8c (diff) | |
download | gtk+-d505573ee608f8f26fd02458030d1755fd3af8b6.tar.gz |
Drop GtkFileChooser:extra-widget
We have "choices" as a more rational (and portable) API; additionally,
the ownership semantics of the extra widget property getter are a hack.
Diffstat (limited to 'gtk/gtkfilechoosernative.c')
-rw-r--r-- | gtk/gtkfilechoosernative.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk/gtkfilechoosernative.c b/gtk/gtkfilechoosernative.c index a722587efb..c08c84fd54 100644 --- a/gtk/gtkfilechoosernative.c +++ b/gtk/gtkfilechoosernative.c @@ -165,8 +165,6 @@ * used. It supports many of the features that #GtkFileChooserDialog * does, but there are some things it does not handle: * - * * Extra widgets added with gtk_file_chooser_set_extra_widget(). - * * * Use of custom previews by connecting to #GtkFileChooser::update-preview. * * * Any #GtkFileFilter added using a mimetype or custom filter. @@ -182,8 +180,6 @@ * be a GTK+ file chooser. In this situation, the following things are not * supported and will be silently ignored: * - * * Extra widgets added with gtk_file_chooser_set_extra_widget(). - * * * Use of custom previews by connecting to #GtkFileChooser::update-preview. * * * Any #GtkFileFilter added with a custom filter. @@ -194,10 +190,6 @@ * file chooser dialogs. Some features provided by #GtkFileChooserDialog are * not supported: * - * * Extra widgets added with gtk_file_chooser_set_extra_widget(), unless the - * widget is an instance of GtkLabel, in which case the label text will be used - * to set the NSSavePanel message instance property. - * * * Use of custom previews by connecting to #GtkFileChooser::update-preview. * * * Any #GtkFileFilter added with a custom filter. |