8.3  <page>

A page of settings in the configuration dialog. Pages can be used for grouping configuration elements together.

8.3.1  Attributes

Name Type Default Value Description
icon URI URI where to load the icon from.
label string The label text on the tab.

8.3.2  Examples

<prefs>
  <page label="gDesklets" icon="gdesklets.png">
    <boolean label="Foo:" bind="foo"/>
  </page>

  <page label="No Icon">
    <boolean label="Bar:" bind="bar"/>
  </page>
</prefs>