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 _getGType() static nothrow
GType _gType() @property nothrow
VolumeButton self() nothrowReturns `this`, for use in `with` statements.
VolumeButtonGidBuilder builder() static nothrowGet builder for [gtk.volume_button.VolumeButton] Returns: New builder object
bool useSymbolic() @property nothrowGet `useSymbolic` property. Returns: Whether to use symbolic icons as the icons.
void useSymbolic(bool propval) @property nothrowSet `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].

Fluent builder implementation template for gtk.volume_button.VolumeButton

Methods
T useSymbolic(bool propval) nothrowSet `useSymbolic` property. Params: propval = Whether to use symbolic icons as the icons.
Methods
VolumeButton build() nothrowCreate object from builder. Returns: New object