paintSlider
fn
void 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
style | a #GtkStyle |
cr | a #cairo_t |
stateType | a state |
shadowType | a shadow |
widget | the widget |
detail | a style detail |
x | the x origin of the rectangle in which to draw a slider |
y | the y origin of the rectangle in which to draw a slider |
width | the width of the rectangle in which to draw a slider |
height | the height of the rectangle in which to draw a slider |
orientation | the orientation to be used |
Deprecated
Use [gtk.global.renderSlider] instead