Style.drawSlider

Warning gtk_draw_slider is deprecated and should not be used in newly-written code. Draws a slider in the given rectangle on window using the given style and orientation.

Parameters

window Window

a GdkWindow

stateType GtkStateType

a state

shadowType GtkShadowType

a shadow

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