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

a GdkGC.

line.width

the width of lines.

line.style

the dash-style for lines.

cap.style

the manner in which the ends of lines are drawn.

join.style

the in which lines are joined together.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]