ScaleButton


Object Hierarchy:

Object hierarchy for ScaleButton

Description:


public class ScaleButton : Button, Implementor, Buildable, Activatable, Orientable

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.

Shortcuts and Gestures

The following signals have default keybindings:

  • [signal@Gtk.ScaleButton:GtkScaleButton:popup]

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: gtk+-2.0

Content:

Properties:

Creation methods:

Methods:

Signals:

Fields:

Inherited Members:

All known members inherited from class Gtk.Bin
All known members inherited from class Gtk.Widget
All known members inherited from class Gtk.Object
All known members inherited from interface Atk.Implementor
All known members inherited from interface Gtk.Orientable