Package: gtk

Function gtk:render-slider

Lambda List

gtk:render-slider (context cr x y width height orientation)

Arguments

context -- a gtk:style-context object
cr -- a cairo:context-t context
x -- a number, coerced to a double float, with a x origin of the rectangle
y -- a number, coerced to a double float, with a y origin of the rectangle
width -- a number, coerced to a double float, with a rectangle width
height -- a number, coerced to a double float, with a rectangle height
orientation -- a value of the gtk:orientation enumeration

Details

Renders a slider as in the gtk:scale widget in the rectangle defined by x, y, width, height. The orientation argument defines whether the slider is vertical or horizontal.
 

See also

#2023-3-27