Package: gtk

Accessor gtk:button-label

Lambda List

gtk:button-label (object)

Syntax

(gtk:button-label object) => label
(setf (gtk:button-label object) label)

Arguments

object -- a gtk:button widget
label -- a string for the text of the label

Details

The accessor for the label slot of the gtk:button class gets or sets the text from the label of the button. If the label text has not been set the return value will be nil. This will be the case if you create an empty button with the gtk:button-new function to use as a container.
 

See also

2025-08-05