Renders a slider (as in gtk.Scale) in the rectangle defined by x, y, width, height. orientation defines whether the slider is vertical or horizontal.
Typical slider rendering:
a gtk.StyleContext
a cairo_t
X origin of the rectangle
Y origin of the rectangle
rectangle width
rectangle height
orientation of the slider
3.0
Renders a slider (as in gtk.Scale) in the rectangle defined by x, y, width, height. orientation defines whether the slider is vertical or horizontal.
Typical slider rendering: