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 gtk:file-chooser-action value

Details

The accessor for the action slot of the gtk:file-chooser interface gets or sets the type of operation that the file chooser is performing. 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.

Warning

The gtk:file-chooser implementation is deprecated since 4.10. Use the gtk:file-dialog object instead.
 

See also

2025-09-21