Method
GtkLabelset_text
Declaration [src]
void
gtk_label_set_text (
GtkLabel* self,
const char* str
)
Description [src]
Sets the text for the label.
It overwrites any text that was there before and clears any
previously set mnemonic accelerators, and sets the
GtkLabel:use-underline
and
GtkLabel:use-markup
properties to false.
Also see gtk_label_set_markup()
.