Type Alias: GtkScrollbarProps
GtkScrollbarProps =
WidgetProps&object
Defined in: generated/jsx.ts:7892
Props for the GtkScrollbar widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
adjustment? | Gtk.Adjustment | The GtkAdjustment controlled by this scrollbar. | generated/jsx.ts:7894 |
children? | ReactNode | - | generated/jsx.ts:7897 |
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:7903 |
orientation? | Gtk.Orientation | The orientation of the orientable. | generated/jsx.ts:7896 |
ref? | Ref<Gtk.Scrollbar> | - | generated/jsx.ts:7904 |