Package: gtk

Accessor gtk-label-label

Lambda List

gtk-label-label (object)

Syntax

(gtk-label-label object) => text
(setf (gtk-label-label object) text)

Arguments

object -- a gtk-label widget
text -- a string with the text for the label

Details

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

The gtk-label-label slot access function returns the text of the label widget including any embedded underlines indicating mnemonics and Pango markup. See the gtk-label-text function.

The (setf gtk-label-label) slot access function sets the text of the label. The label is interpreted as including embedded underlines and/or Pango markup depending on the values of the use-underline and use-markup properties.
 

See also

*2021-10-31