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 gtk:file-chooser-action function gets the type of operation that the file chooser is performing. The (setf gtk:file-chooser-action) function 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

2023-6-11