An information text in the dialog with pango markup support.

| 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. |
<info id="info"
label="Information:"
value="Whatever you think is useful."
bind="info" />
<info id="info1"
label="<i>What about</i> <b>Pango support</b>?"
value="<span foreground='#FF0000' background='blue' size='10000'>Pango</span> is <u>fully</u> supported on <big>both</big> <sup>label</sup> and <sub>value</sub>!"
bind="info1" />
<info id="info2"
label="But remember:"
value="You are in XML and so you will have to substitute some characters!"
bind="info2" />