Type Alias: GtkSpinnerProps
GtkSpinnerProps =
WidgetProps&object
Defined in: generated/jsx.ts:8743
Props for the GtkSpinner widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
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:8751 |
ref? | Ref<Gtk.Spinner> | - | generated/jsx.ts:8752 |
spinning? | boolean | Whether the spinner is spinning | generated/jsx.ts:8745 |