Skip to main content

Type Alias: GtkVolumeButtonProps

GtkVolumeButtonProps = Omit<GtkScaleButtonProps, "onValueChanged"> & object

Defined in: generated/jsx.ts:9226

Props for the GtkVolumeButton widget.

Type Declaration

NameTypeDescriptionDefined in
lower?numberThe minimum valuegenerated/jsx.ts:9237
onValueChanged?(value, self) => void | nullCallback when the value changesgenerated/jsx.ts:9247
pageIncrement?numberThe increment for page up/downgenerated/jsx.ts:9243
pageSize?numberThe page size (usually 0 for scales)generated/jsx.ts:9245
ref?Ref<Gtk.VolumeButton>-generated/jsx.ts:9248
stepIncrement?numberThe increment for arrow keysgenerated/jsx.ts:9241
upper?numberThe maximum valuegenerated/jsx.ts:9239
useSymbolic?booleanWhether 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:9233
value?numberThe current value of the adjustmentgenerated/jsx.ts:9235