Package: gtk

Accessor gtk:expander-label

Lambda List

gtk:expander-label (object)

Syntax

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

Arguments

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

Details

The accessor for the label slot gets or sets the text of a label widget including any embedded underlines indicating mnemonics and Pango markup. If the label text has not been set the return value will be nil.
 

See also

2026-07-17