Method

GtkFileChooserget_preview_widget_active

since: 2.4

Declaration [src]

gboolean
gtk_file_chooser_get_preview_widget_active (
  GtkFileChooser* chooser
)

Description [src]

Gets whether the preview widget set by gtk_file_chooser_set_preview_widget() should be shown for the current filename. See gtk_file_chooser_set_preview_widget_active().

Available since: 2.4

Return value

Type: gboolean

TRUE if the preview widget is active for the current filename.