Warning gdk_draw_polygon has been deprecated since version 2.22 and should not be used in newly-written code. Use cairo_line_to() or cairo_append_path() and cairo_fill() or cairo_stroke() instead. Draws an outlined or filled polygon.
a GdkGC.
TRUE if the polygon should be filled. The polygon is closed automatically, connecting the last point to the first point if necessary.
an array of GdkPoint structures specifying the points making up the polygon.
See Implementation
Warning gdk_draw_polygon has been deprecated since version 2.22 and should not be used in newly-written code. Use cairo_line_to() or cairo_append_path() and cairo_fill() or cairo_stroke() instead. Draws an outlined or filled polygon.