Warning
gdk_draw_lines has been deprecated since version 2.22 and should not be used in newly-written code. Use cairo_line_to() and cairo_stroke() instead. See the
documentation of gdk_draw_line() for notes on line drawing with Cairo.
Draws a series of lines connecting the given points.
The way in which joins between lines are draw is determined by the
GdkCapStyle value in the GdkGC. This can be set with
gdk_gc_set_line_attributes().
Warning gdk_draw_lines has been deprecated since version 2.22 and should not be used in newly-written code. Use cairo_line_to() and cairo_stroke() instead. See the documentation of gdk_draw_line() for notes on line drawing with Cairo. Draws a series of lines connecting the given points. The way in which joins between lines are draw is determined by the GdkCapStyle value in the GdkGC. This can be set with gdk_gc_set_line_attributes().