| gtkDrawPolygon {RGtk2} | R Documentation |
Draws a polygon on window with the given parameters.
WARNING: gtk_draw_polygon is deprecated and should not be used in newly-written code. Use gtkPaintPolygon instead.
gtkDrawPolygon(object, window, state.type, shadow.type, points, fill)
|
[GtkStyle] a GtkStyle |
|
[GdkWindow] a GdkWindow |
|
[GtkStateType] a state |
|
[GtkShadowType] type of shadow to draw |
|
[GdkPoint] a list of GdkPoints |
|
[logical] TRUE if the polygon should be filled |
Derived by RGtkGen from GTK+ documentation