gtk.volume_button

Module for [VolumeButton] class

Types 3

[gtk.volume_button.VolumeButton] is a [gtk.scale_button.ScaleButton] subclass tailored for volume control.

!An example GtkVolumeButton

Deprecated

This widget will be removed in GTK 5
Methods
GType _gType() @property
VolumeButton self()Returns `this`, for use in `with` statements.
VolumeButtonGidBuilder builder()Get builder for [gtk.volume_button.VolumeButton] Returns: New builder object
bool useSymbolic() @propertyGet `useSymbolic` property. Returns: Whether to use symbolic icons as the icons.
void useSymbolic(bool propval) @propertySet `useSymbolic` property. Params: propval = Whether to use symbolic icons as the icons.
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a [gtk.volume_button.VolumeButton].
Methods
T useSymbolic(bool propval)Set `useSymbolic` property. Params: propval = Whether to use symbolic icons as the icons.

Fluent builder for [gtk.volume_button.VolumeButton]