gdkDrawSegments: gdkDrawSegments

Description Usage Arguments Author(s)

View source: R/gdkFuncs.R

Description

Draws a number of unconnected lines.

Usage

1
gdkDrawSegments(object, gc, segs)

Arguments

object

a GdkDrawable (a GdkWindow or a GdkPixmap).

gc

a GdkGC.

segs

a list of GdkSegment structures specifying the start and end points of the lines to be drawn.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gdkDrawSegments in RGtk2...