set_text
Description:
Sets the text within the Label widget.
It overwrites any text that was there before.
This function will clear any previously set mnemonic accelerators, and set the use_underline property to false as a side effect.
This function will set the use_markup property to false as a side effect.
See also: set_markup
Parameters:
this |
a Label |
str |
The text you want to set |