Package: gtk

Accessor gtk:file-chooser-extra-widget

Lambda List

gtk:file-chooser-extra-widget (object)

Syntax

(gtk:file-chooser-extra-widget object) => extra-widget
(setf (gtk:file-chooser-extra-widget object) extra-widget)

Arguments

object -- a gtk:file-chooser widget
extra-widget -- a gtk:widget widget for extra options

Details

Accessor of the extra-widget slot of the gtk:file-chooser interface. The gtk:file-chooser-extra-widget function gets the application supplied widget to provide extra options to the user. The (setf gtk:file-chooser-extra-widget) function sets the widget.
 

See also

2023-6-11