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

Accessor of the label slot of the gtk:expander class. The gtk:expander-label function fetches the text from a label widget including any embedded underlines indicating mnemonics and Pango markup, as set by the (setf gtk:expander-label) function. If the label text has not been set the return value will be nil.
 

See also

2025-05-28