gtkPaintPolygon {RGtk2} | R Documentation |
Draws a polygon on window
with the given parameters.
gtkPaintPolygon(object, window, state.type, shadow.type, area = NULL, widget = NULL, detail = NULL, points, fill)
|
[GtkStyle ] a GtkStyle |
|
[GdkWindow ] a GdkWindow |
|
[GtkStateType ] a state |
|
[GtkShadowType ] type of shadow to draw |
|
[GdkRectangle ] clip rectangle, or NULL if the
output should not be clipped |
|
[GtkWidget ] the widget (may be NULL ) |
|
[character] a style detail (may be NULL ) |
|
[GdkPoint ] a list of GdkPoint s |
|
[logical] TRUE if the polygon should be filled |
Derived by RGtkGen from GTK+ documentation