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

| Name | Type | Default Value | Description |
|---|---|---|---|
| icon | URI | URI where to load the icon from. | |
| label | string | The label text on the tab. |
<prefs>
<page label="gDesklets" icon="gdesklets.png">
<boolean label="Foo:" bind="foo"/>
</page>
<page label="No Icon">
<boolean label="Bar:" bind="bar"/>
</page>
</prefs>