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 of the gtk:expander class fetches the text from 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

2025-07-31