Method

GtkFileChooserset_use_preview_label

since: 2.4

Declaration [src]

void
gtk_file_chooser_set_use_preview_label (
  GtkFileChooser* chooser,
  gboolean use_label
)

Description [src]

Sets whether the file chooser should display a stock label with the name of the file that is being previewed; the default is TRUE. Applications that want to draw the whole preview area themselves should set this to FALSE and display the name themselves in their preview widget.

See also: gtk_file_chooser_set_preview_widget().

Available since: 2.4

Parameters

use_label

Type: gboolean

Whether to display a stock label with the name of the previewed file.