Label.setText

Sets the text within the GtkLabel widget. It overwrites any text that was there before. This will also clear any previously set mnemonic accelerators.

class Label
void
setText
(
string str
)

Parameters

str string

The text you want to set

Meta