Learn R Programming

RGtk2 (version 2.8.8)

gdkGCSetLineAttributes: gdkGCSetLineAttributes

Description

Sets various attributes of how lines are drawn. See the corresponding members of GdkGCValues for full explanations of the arguments.

Usage

gdkGCSetLineAttributes(object, line.width, line.style, cap.style, join.style)

Arguments

object
line.width
[integer] the width of lines.
line.style
[GdkLineStyle] the dash-style for lines.
cap.style
[GdkCapStyle] the manner in which the ends of lines are drawn.
join.style
[GdkJoinStyle] the in which lines are joined together.