gdkDrawPoint {RGtk2} | R Documentation |
Draws a point, using the foreground color and other attributes of
the GdkGC
.
gdkDrawPoint(object, gc, x, y)
|
[GdkDrawable ] a GdkDrawable (a GdkWindow or a GdkPixmap ). |
|
[GdkGC ] a GdkGC . |
|
[integer] the x coordinate of the point. |
|
[integer] the y coordinate of the point. |
Derived by RGtkGen from GTK+ documentation