Style.paintVline

Draws a vertical line from (x, y1_) to (x, y2_) in cr using the given style and state.

More...
class Style
static
void
paintVline

Parameters

style Style
cr Context
stateType GtkStateType

a state

widget Widget

the widget

detail string

a style detail

y1 int

the starting y coordinate

y2 int

the ending y coordinate

x int

the x coordinate

Detailed Description

Deprecated: Use gtk_render_line() instead