Warning gtk_draw_vline has been deprecated since version 2.0 and should not be used in newly-written code. Use gtk_paint_vline() instead. Draws a vertical line from (x, y1_) to (x, y2_) in window using the given style and state.
a GdkWindow
a state
the starting y coordinate
the ending y coordinate
the x coordinate
See Implementation
Warning gtk_draw_vline has been deprecated since version 2.0 and should not be used in newly-written code. Use gtk_paint_vline() instead. Draws a vertical line from (x, y1_) to (x, y2_) in window using the given style and state.