SuperclassesDocumented SubclassesDirect SlotsactiveThe active property of type :boolean (Read / Write) Whether the scale button should be pressed in. Default value: false adjustmentThe adjustment property of type gtk:adjustment (Read / Write) The adjustment that contains the current value of the scale button. has-frameThe has-frame property of type gboolean (Read / Write) Whether the scale button has a frame. Since 4.14 Default value: false iconsThe icons property of type g:strv-t (Read / Write)
The names of the icons to be used by the scale button. The first item in
the list will be used in the button when the current value is the lowest
value, the second item for the highest value. All the subsequent icons will
be used for all the other values, spread evenly over the range of values.
If there is only one icon name in the icons list, it will be used for all
the values. If only two icon names are in the icons array, the first one
will be used for the bottom 50% of the scale, and the second one for the
top 50%. It is recommended to use at least 3 icons so that the scale button reflects the current value of the scale better for the users. valueThe value property of type :double (Read / Write) The value of the scale. Default value: 0.0d0 Details 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. CSS nodes The gtk:scale-button implementation has a single CSS node with name scalebutton. To differentiate it from a plain gtk:button widget, it gets the .scale style class. Signal Details |
| Returned bySlot Access FunctionsInherited Slot Access Functions |