Warning: paint_vline is deprecated since 3.0.
Draws a vertical line from (x
, y1_
) to (x
, y2_
) in cr
using the given
style and state.
Use render_line instead
style |
a Style |
cr |
a Context |
state_type |
a state |
widget |
the widget |
detail |
a style detail |
y1_ |
the starting y coordinate |
y2_ |
the ending y coordinate |
x |
the x coordinate |