pango.global.parseMarkup to format the enclosed spans of text. If false, the text will be displayed verbatim.
ModelButton.useMarkup
bool useMarkup() @property nothrowGet useMarkup property.
Returns
If true, XML tags in the text of the button are interpreted as by
void useMarkup(bool propval) @property nothrowSet useMarkup property.
Parameters
propval | If true, XML tags in the text of the button are interpreted as by pango.global.parseMarkup to format the enclosed spans of text. If false, the text will be displayed verbatim. |