gdkGCSetLineAttributes {RGtk2}R Documentation

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 [GdkGC] a GdkGC.
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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]