Package: gtk

Accessor gtk:file-chooser-native-accept-label

Lambda List

gtk:file-chooser-native-accept-label (object)

Syntax

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

Arguments

object -- a gtk:file-chooser-native object
label -- a string with the custom label or nil for the default

Details

Accessor of the accept-label slot of the gtk:file-chooser-native interface. The gtk:file-chooser-native-accept-label function retrieves the custom label text for the accept button. The (setf gtk:file-chooser-native-accept-label) function sets the custom label text.

If characters in label are preceded by an underscore, they are underlined. If you need a literal underscore character in a label, use "__" (two underscores). The first underlined character represents a keyboard accelerator called a mnemonic. Pressing Alt and that key activates the button.

Warning

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

See also

2024-4-26