Skip to main content

Type Alias: AdwPreferencesWindowProps

AdwPreferencesWindowProps = Omit<AdwWindowProps, "onNotify"> & object

Defined in: generated/jsx.ts:7590

Props for the AdwPreferencesWindow widget.

Type Declaration

NameTypeDescriptionDefined in
canNavigateBack?booleanWhether 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 | nullCalled 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?booleanWhether search is enabled.generated/jsx.ts:7610
visiblePage?Gtk.Widget | nullThe currently visible page.generated/jsx.ts:7612
visiblePageName?string | nullThe name of the currently visible page. See AdwPreferencesWindow.visible-page.generated/jsx.ts:7618