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 with the accept label

Details

Accessor of the accept-label slot of the gtk:file-dialog class. The gtk:file-dialog-accept-label function gets the label shown on the accept button of the file chooser dialog. The (setf gtk:file-dialog-accept-label) function sets the label.

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

2023-7-22