Type Alias: AdwPreferencesRowProps
AdwPreferencesRowProps =
Omit<GtkListBoxRowProps,"onNotify"> &object
Defined in: generated/jsx.ts:7554
Props for the AdwPreferencesRow widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:7578 |
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:7584 |
ref? | Ref<Adw.PreferencesRow> | - | generated/jsx.ts:7587 |
title? | string | The title of the preference represented by this row. The title is interpreted as Pango markup unless AdwPreferencesRow.use-markup is set to FALSE. | generated/jsx.ts:7561 |
titleSelectable? | boolean | Whether the user can copy the title from the label. See also Label.selectable. | generated/jsx.ts:7567 |
useMarkup? | boolean | Whether to use Pango markup for the title label. Subclasses may also use it for other labels, such as subtitle. See also Pangoparse_markup. | generated/jsx.ts:7575 |
useUnderline? | boolean | Whether an embedded underline in the title indicates a mnemonic. | generated/jsx.ts:7577 |