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