Creates a #GtkVolumeButton, with a range between 0.0 and 1.0, with a stepping of 0.02. Volume values can be obtained and modified using the functions from #GtkScaleButton.
Returns this, for use in with statements.
Get useSymbolic property.
Set useSymbolic property.
Get builder for gtk.volume_button.VolumeButton
Returns this, for use in with statements.
Get builder for gtk.scale_button.ScaleButton
Gets the #GtkAdjustment associated with the #GtkScaleButton’s scale. See gtk.range.Range.getAdjustment for details.
Retrieves the minus button of the #GtkScaleButton.
Retrieves the plus button of the #GtkScaleButton.
Retrieves the popup of the #GtkScaleButton.
Gets the current value of the scale button.
Sets the #GtkAdjustment to be used as a model for the #GtkScaleButton’s scale. See gtk.range.Range.setAdjustment for details.
Sets the icons to be used by the scale button. For details, see the #GtkScaleButton:icons property.
Sets the current value of the scale; if the value is outside the minimum or maximum range values, it will be clamped to fit inside them. The scale button emits the #GtkScaleButton::value-changed signal if the value changes.
Connect to Popdown signal.
Connect to Popup signal.
Connect to ValueChanged signal.
#GtkVolumeButton is a subclass of #GtkScaleButton that has been tailored for use as a volume control widget with suitable icons, tooltips and accessible labels.