Type Alias: GtkVolumeButtonProps
GtkVolumeButtonProps =
Omit<GtkScaleButtonProps,"onNotify"> &object
Defined in: generated/jsx.ts:11347
Props for the GtkVolumeButton widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:11355 |
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:11361 |
ref? | Ref<Gtk.VolumeButton> | - | generated/jsx.ts:11362 |
useSymbolic? | boolean | Whether to use symbolic icons as the icons. Note that if the symbolic icons are not available in your installed theme, then the normal (potentially colorful) icons will be used. | generated/jsx.ts:11354 |