Style.drawPolygon

Warning gtk_draw_polygon has been deprecated since version 2.0 and should not be used in newly-written code. Use gtk_paint_polygon() instead. Draws a polygon on window with the given parameters.

Parameters

window Window

a GdkWindow

stateType GtkStateType

a state

shadowType GtkShadowType

type of shadow to draw

points GdkPoint[]

an array of GdkPoints

fill int

TRUE if the polygon should be filled

Meta