gdkGCSetLineAttributes {RGtk2} | R Documentation |
Sets various attributes of how lines are drawn. See
the corresponding members of GdkGCValues
for full
explanations of the arguments.
gdkGCSetLineAttributes(object, line.width, line.style, cap.style, join.style)
|
[GdkGC ] a GdkGC . |
|
[integer] the width of lines. |
|
[GdkLineStyle ] the dash-style for lines. |
|
[GdkCapStyle ] the manner in which the ends of lines are drawn. |
|
[GdkJoinStyle ] the in which lines are joined together. |
Derived by RGtkGen from GTK+ documentation