Method

GtkFileChooserget_extra_widget

since: 2.4

Declaration [src]

GtkWidget*
gtk_file_chooser_get_extra_widget (
  GtkFileChooser* chooser
)

Description [src]

Gets the current extra widget; see gtk_file_chooser_set_extra_widget().

Available since: 2.4

Return value

Type: GtkWidget

The current extra widget, or NULL.

The returned data is owned by the instance.
The return value can be NULL.