Method

GtkFileChooserset_extra_widget

since: 2.4

Declaration [src]

void
gtk_file_chooser_set_extra_widget (
  GtkFileChooser* chooser,
  GtkWidget* extra_widget
)

Description [src]

Sets an application-supplied widget to provide extra options to the user.

Available since: 2.4

Parameters

extra_widget

Type: GtkWidget

Widget for extra options.

The data is owned by the caller of the method.