Package: gtk

Accessor gtk:file-dialog-accept-label

Lambda List

gtk:file-dialog-accept-label (object)

Syntax

(gtk:file-dialog-accept-label object) => label
(setf (gtk:file-dialog-accept-label object) label)

Arguments

object -- a gtk:file-dialog object
label -- a string for the accept label

Details

The accessor for the accept-label slot of the gtk:file-dialog class gets or sets the label shown on the accept button of the file chooser dialog.

Leaving the accept label unset or setting it as nil will fall back to a default label, depending on what API is used to launch the file chooser dialog.

Since 4.10
 

See also

2025-09-26