Type Alias: GtkSearchBarProps
GtkSearchBarProps =
WidgetProps&object
Defined in: generated/jsx.ts:8053
Props for the GtkSearchBar widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
child? | Gtk.Widget | null | The child widget. | generated/jsx.ts:8055 |
children? | ReactNode | - | generated/jsx.ts:8062 |
keyCaptureWidget? | Gtk.Widget | null | The key capture widget. | generated/jsx.ts:8057 |
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:8068 |
ref? | Ref<Gtk.SearchBar> | - | generated/jsx.ts:8074 |
searchModeEnabled? | boolean | Whether the search mode is on and the search bar shown. | generated/jsx.ts:8059 |
showCloseButton? | boolean | Whether to show the close button in the search bar. | generated/jsx.ts:8061 |