paintSlider

fnvoid paintSlider(gtk.style.Style style, cairo.context.Context cr, gtk.types.StateType stateType, gtk.types.ShadowType shadowType, gtk.widget.Widget widget, string detail, int x, int y, int width, int height, gtk.types.Orientation orientation)

Draws a slider in the given rectangle on cr using the given style and orientation.

Parameters

stylea #GtkStyle
cra #cairo_t
stateTypea state
shadowTypea shadow
widgetthe widget
detaila style detail
xthe x origin of the rectangle in which to draw a slider
ythe y origin of the rectangle in which to draw a slider
widththe width of the rectangle in which to draw a slider
heightthe height of the rectangle in which to draw a slider
orientationthe orientation to be used

Deprecated

Use [gtk.global.renderSlider] instead