8.11  <info> [new in 0.36]

An information text in the dialog with pango markup support.

8.11.1  Attributes

Name Type Default Value Description
bind string The name of the variable or property to which the configuration element is bound.
help string The tooltip text for the element in the configuration dialog.
label string The label text for the element in the configuration dialog. Supports pango markup.
wrap boolean true Whether the text should be wrapped or not.

8.11.2  Examples

<info id="info"
      label="Information:"
      value="Whatever you think is useful."
      bind="info" />

<info id="info1"
      label="&lt;i&gt;What about&lt;/i&gt; &lt;b&gt;Pango support&lt;/b&gt;?"
      value="&lt;span foreground='#FF0000' background='blue' size='10000'&gt;Pango&lt;/span&gt; is &lt;u&gt;fully&lt;/u&gt; supported on &lt;big&gt;both&lt;/big&gt; &lt;sup&gt;label&lt;/sup&gt; and &lt;sub&gt;value&lt;/sub&gt;!"
      bind="info1" />

<info id="info2"
      label="But remember:"
      value="You are in XML and so you will have to substitute some characters!"
      bind="info2" />