Package: gtk

Accessor gtk:print-dialog-accept-label

Lambda List

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

Syntax

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

Arguments

object -- a gtk:print-dialog object
label -- a string with the accept label

Details

Accessor of the accept-label slot of the gtk:print-dialog class. The gtk:print-dialog-accept-label function returns the label that will be shown on the accept button of the print dialog. The (setf gtk:print-dialog-accept-label) function sets the label.

Since 4.14
 

See also

2024-11-10