ScaleButton
Object Hierarchy:
Description:
[ CCode ( type_id = "gtk_scale_button_get_type ()" ) ]
public class ScaleButton : Widget, Accessible, AccessibleRange, Buildable, ConstraintTarget, Orientable
public class ScaleButton : Widget, Accessible, AccessibleRange, Buildable, ConstraintTarget, Orientable
`GtkScaleButton` provides a button which pops up a scale widget.
This kind of widget is commonly used for volume controls in multimedia applications, and GTK provides a [class@Gtk.VolumeButton] subclass that is tailored for this use case.
CSS nodes
``` scalebutton.scale ╰── button.toggle ╰── <icon> ```
`GtkScaleButton` has a single CSS node with name scalebutton and `.scale` style class, and contains a `button` node with a `.toggle` style class.
All known sub-classes:
Namespace: Gtk
Package: gtk4
Content:
Properties:
Creation methods:
Methods:
Signals:
Inherited Members:
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Gtk.Accessible
All known members inherited from interface Gtk.AccessibleRange
All known members inherited from interface Gtk.Buildable
All known members inherited from interface Gtk.Orientable