paintVline

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

More...

Parameters

style gtk.style.Style

a #GtkStyle

cr cairo.context.Context

a #cairo_t

stateType gtk.types.StateType

a state

widget gtk.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.global.renderLine instead