Type Alias: AdwPreferencesDialogProps
AdwPreferencesDialogProps =
Omit<AdwDialogProps,"onNotify"> &object
Defined in: generated/jsx.ts:7469
Props for the AdwPreferencesDialog widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:7480 |
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:7486 |
ref? | Ref<Adw.PreferencesDialog> | - | generated/jsx.ts:7489 |
searchEnabled? | boolean | Whether search is enabled. | generated/jsx.ts:7471 |
visiblePage? | Gtk.Widget | null | The currently visible page. | generated/jsx.ts:7473 |
visiblePageName? | string | null | The name of the currently visible page. See AdwAdwPreferencesDialog.visible-page. | generated/jsx.ts:7479 |