Gtk.Label.prototype.set_label
function set_label(str:String):void {
// Gjs wrapper for gtk_label_set_label()
}Sets the text of the label. The label is interpreted as including embedded underlines and/or Pango markup depending on the values of the Gtk.use-underline" and Gtk.use-markup properties.
- str
the new text to set for the label