paintSlider

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

More...

Parameters

style gtk.style.Style

a #GtkStyle

cr cairo.context.Context

a #cairo_t

stateType gtk.types.StateType

a state

shadowType gtk.types.ShadowType

a shadow

widget gtk.widget.Widget

the widget

detail string

a style detail

x int

the x origin of the rectangle in which to draw a slider

y int

the y origin of the rectangle in which to draw a slider

width int

the width of the rectangle in which to draw a slider

height int

the height of the rectangle in which to draw a slider

orientation gtk.types.Orientation

the orientation to be used

Detailed Description

Deprecated: Use gtk.global.renderSlider instead