Warning gtk_paint_vline has been deprecated since version 3.0 and should not be used in newly-written code. Use gtk_render_line() instead Draws a vertical line from (x, y1_) to (x, y2_) in cr using the given style and state.
a cairo_t
a state
the widget. [allow-none]
a style detail. [allow-none]
the starting y coordinate
the ending y coordinate
the x coordinate
See Implementation
Warning gtk_paint_vline has been deprecated since version 3.0 and should not be used in newly-written code. Use gtk_render_line() instead Draws a vertical line from (x, y1_) to (x, y2_) in cr using the given style and state.