Type Alias: AdwPreferencesGroupProps
AdwPreferencesGroupProps =
WidgetProps&object
Defined in: generated/jsx.ts:7492
Props for the AdwPreferencesGroup widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:7514 |
description? | string | null | The description for this group of preferences. | generated/jsx.ts:7494 |
headerSuffix? | Gtk.Widget | null | The header suffix widget. Displayed above the list, next to the title and description. Suffixes are commonly used to show a button or a spinner for the whole group. | generated/jsx.ts:7503 |
onNotify? | (self, propName) => void | null | Called when any property on this widget changes. Param The widget that emitted the notification Param The name of the property that changed (in kebab-case) | generated/jsx.ts:7520 |
ref? | Ref<Adw.PreferencesGroup> | - | generated/jsx.ts:7523 |
separateRows? | boolean | Whether to separate rows. Equivalent to using the .boxed-list-separate style class on a ListBox instead of .boxed-list. | generated/jsx.ts:7511 |
title? | string | The title for this group of preferences. | generated/jsx.ts:7513 |