Package: gtk

Accessor gtk-file-chooser-preview-widget-active

Lambda List

gtk-file-chooser-preview-widget-active (object)

Syntax

(gtk-file-chooser-preview-widget-active object) => active
(setf (gtk-file-chooser-preview-widget-active object) active)

Arguments

object -- a gtk-file-chooser widget
active -- a boolean whether to display the user-specified preview widget

Details

Accessor of the preview-widget-active slot of the gtk-file-chooser interface.

The slot access function gtk-file-chooser-preview-widget-active gets whether the preview widget should be shown for the current filename. The slot access function (setf gtk-file-chooser-preview-widget-active) sets whether the preview widget should be shown.

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 the function gtk-file-chooser-preview-widget for more details.
 

See also

*2021-2-4