8.4  <title>

A section title text in the dialog.

8.4.1  Attributes

Name Type Default Value Description
label string The title text.

8.4.2  Examples

<prefs>

  <title label="Appearance"/>

  <uri label="Background Image:" bind="Dsp.win.bg_uri"/>

  <enum label="Style:" bind="style">
    <item label="Classic" value="classic"/>
    <item label="Modern" value="modern"/>
  </enum>

</prefs>