This function will set the propertyGtk.Label:use-markup property
to true as a side effect.
If you set the label contents using the gtk.label.Label.utf8
property you should also ensure that you set the
propertyGtk.Label:use-markup property accordingly.
Sets the labels text and attributes from markup.
The string must be marked up with Pango markup (see funcPango.parse_markup).
If the str is external data, you may need to escape it with glib.global.markupEscapeText or glib.global.markupPrintfEscaped:
This function will set the propertyGtk.Label:use-markup property to true as a side effect.
If you set the label contents using the gtk.label.Label.utf8 property you should also ensure that you set the propertyGtk.Label:use-markup property accordingly.
See also: gtk.label.Label.setText