Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 360 Bytes

PreferencesPage.md

File metadata and controls

20 lines (14 loc) · 360 Bytes

CLASS

PreferencesPage

Adw.PreferencesPage

Methods

init(name:icon:description:)

Initialize a preferences page.

  • Parameters:
    • name: The page's name.
    • icon: The page's icon.
    • description: The page's description.

add(group:)

Add a preferences group.

  • Parameter group: The preferences group.
  • Returns: The preferences page.