Type Alias: GtkStackSwitcherProps
GtkStackSwitcherProps =
WidgetProps&object
Defined in: generated/jsx.ts:9128
Props for the GtkStackSwitcher widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:9133 |
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:9139 |
orientation? | Gtk.Orientation | The orientation of the orientable. | generated/jsx.ts:9132 |
ref? | Ref<Gtk.StackSwitcher> | - | generated/jsx.ts:9140 |
stack? | Gtk.Stack | null | The stack. | generated/jsx.ts:9130 |