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 with the text of the label of the expander

Details

Accessor of the label slot of the gtk-expander class.

The gtk-expander-label slot access 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) slot access function.

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

2021-12-17