paint_slider


Description:


public void paint_slider (Style style, Window window, StateType state_type, ShadowType shadow_type, Rectangle? area, Widget? widget, string? detail, int x, int y, int width, int height, Orientation orientation)

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

Note:

Use gtk_render_slider instead

Parameters:

style

a Style

state_type

a state

shadow_type

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

cr

a Context


Namespace: Gtk
Package: gtk+-2.0