Package: gtk
Function gtk:scale-add-mark
Lambda Listgtk:scale-add-mark (scale value pos &optional markup) ArgumentsDetails Adds a mark at value.
A mark is indicated visually by drawing a tick mark next to the scale, and
GTK makes it easy for the user to position the scale exactly at the marks value. For a horizontal scale, :top and :left are drawn above the scale, anything else below. For a vertical scale, :left and :top are drawn to the left of the scale, anything else to the right. If the markup argument is not nil, text is shown next to the tick mark. To remove marks from a scale, use the gtk:scale-clear-marks function. | See also |
2024-12-5