gdkGCSetDashes: gdkGCSetDashes

Description Usage Arguments Details Author(s)

View source: R/gdkFuncs.R

Description

Sets the way dashed-lines are drawn. Lines will be drawn with alternating on and off segments of the lengths specified in dash.list. The manner in which the on and off segments are drawn is determined by the line.style value of the GC. (This can be changed with gdkGCSetLineAttributes.)

Usage

1
gdkGCSetDashes(object, dash.list)

Arguments

object

a GdkGC.

dash.list

a list of dash lengths.

Details

The dash.offset defines the phase of the pattern, specifying how many pixels into the dash-list the pattern should actually begin.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gdkGCSetDashes in RGtk2...