Package: gtk

Accessor gtk-file-chooser-action

Lambda List

gtk-file-chooser-action (object)

Syntax

(gtk-file-chooser-action object) => action
(setf (gtk-file-chooser-action object) action)

Arguments

object -- a gtk-file-chooser widget
action -- a value of the gtk-file-chooser-action enumeration

Details

Accessor of the action slot of the gtk-file-chooser interface.

The slot access function gtk-file-chooser-action gets the type of operation that the file chooser is performing. The slot access function (setf gtk-file-chooser-action) sets the type of operation. The user interface is adapted to suit the selected action. For example, an option to create a new folder might be shown if the action is :save but not if the action is :open.
 

See also

2021-2-5