Style.paintSlider

Warning gtk_paint_slider has been deprecated since version 3.0 and should not be used in newly-written code. Use gtk_render_slider() instead Draws a slider in the given rectangle on cr using the given style and orientation.

class Style
deprecated
void
paintSlider

Parameters

cr Context

a cairo_t

stateType GtkStateType

a state

shadowType GtkShadowType

a shadow

widget Widget

the widget. [allow-none]

detail string

a style detail. [allow-none]

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 GtkOrientation

the orientation to be used

Meta