Type Alias: GtkScaleProps
GtkScaleProps =
Omit<GtkRangeProps,"onNotify"> &object
Defined in: generated/jsx.ts:7816
Props for the GtkScale widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:7825 |
digits? | number | The number of decimal places that are displayed in the value. | generated/jsx.ts:7818 |
drawValue? | boolean | Whether the current value is displayed as a string next to the slider. | generated/jsx.ts:7820 |
hasOrigin? | boolean | Whether the scale has an origin. | generated/jsx.ts:7822 |
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:7831 |
ref? | Ref<Gtk.Scale> | - | generated/jsx.ts:7832 |
valuePos? | Gtk.PositionType | The position in which the current value is displayed. | generated/jsx.ts:7824 |