Package: gtk
Class gtk-scale-button
Superclassesgtk-button, gtk-bin, gtk-container, gtk-widget, gtk-buildable, gtk-actionable, gtk-activatable, gtk-orientable, g-object, common-lisp:standard-object, common-lisp:t Documented SubclassesDirect SlotsDetails The gtk-scale-button widget 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 gtk-volume-button subclass that is
tailored for this use case. CSS nodesSignal DetailsThe "popdown" signallambda (button) :actionThe signal is a keybinding signal which gets emitted to popdown the scale widget. The default binding for this signal is the Escape key.
The "popup" signallambda (button) :actionThe signal is a keybinding signal which gets emitted to popup the scale widget. The default bindings for this signal are the Space, Enter and Return keys.
The "value-changed" signallambda (button value) :run-lastThe signal is emitted when the value field has changed.
| Slot Access FunctionsInherited Slot Access FunctionsSee also |
*2021-12-23