Label.setLabel

Sets the text of the label. The label is interpreted as including embedded underlines and/or Pango markup depending on the values of the #GtkLabel:use-underline and #GtkLabel:use-markup properties.

class Label
void
setLabel
(
string str
)

Parameters

str string

the new text to set for the label

Meta