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

Details

The accessor for the label slot gets or sets the text of the label widget including any embedded underlines indicating mnemonics and Pango markup. 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 the gtk:label-text function, which fetches the text from a label, as displayed on the screen.
 

See also

2026-07-21