Package: gtk
Accessor gtk:scale-button-icons
Lambda Listgtk:scale-button-icons (object) SyntaxArgumentsDetails Accessor of the icons slot of the gtk:scale-button class. The (setf gtk:scale-button-icons) function sets the icons to be used by the
scale button. 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. | See also |
2024-5-7