ModelButton.useMarkup

Set useMarkup property.

  1. bool useMarkup [@property getter]
  2. bool useMarkup [@property setter]
    class ModelButton
    @property
    void
    useMarkup
    (
    bool propval
    )

Parameters

propval bool

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.