ModelButton.useMarkup

bool useMarkup() @property

Get useMarkup property.

Returns

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.

void useMarkup(bool propval) @property

Set useMarkup property.

Parameters

propvalIf 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.