Type Alias: AdwPreferencesWindowProps
AdwPreferencesWindowProps =
Omit<AdwWindowProps,"onNotify"> &object
Defined in: generated/jsx.ts:7590
Props for the AdwPreferencesWindow widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
canNavigateBack? | boolean | Whether gestures and shortcuts for closing subpages are enabled. The supported gestures are: - One-finger swipe on touchscreens - Horizontal scrolling on touchpads (usually two-finger swipe) - Back mouse button The keyboard back key is also supported, as well as the Alt+← shortcut. For right-to-left locales, gestures and shortcuts are reversed. Has no effect for subpages added with PreferencesWindowpush_subpage. | generated/jsx.ts:7608 |
children? | ReactNode | - | generated/jsx.ts:7619 |
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:7625 |
ref? | Ref<Adw.PreferencesWindow> | - | generated/jsx.ts:7631 |
searchEnabled? | boolean | Whether search is enabled. | generated/jsx.ts:7610 |
visiblePage? | Gtk.Widget | null | The currently visible page. | generated/jsx.ts:7612 |
visiblePageName? | string | null | The name of the currently visible page. See AdwPreferencesWindow.visible-page. | generated/jsx.ts:7618 |