gtkFileChooserSetPreviewWidgetActive {RGtk2}R Documentation

gtkFileChooserSetPreviewWidgetActive

Description

Sets whether the preview widget set by gtkFileChooserSetPreviewWidget should be shown for the current filename. When active is set to false, the file chooser may display an internally generated preview of the current file or it may display no preview at all. See gtkFileChooserSetPreviewWidget for more details.

Usage

gtkFileChooserSetPreviewWidgetActive(object, active)

Arguments

object [GtkFileChooser] a GtkFileChooser
active [logical] whether to display the user-specified preview widget

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]