gdkDrawSegments {RGtk2}R Documentation

gdkDrawSegments

Description

Draws a number of unconnected lines.

Usage

gdkDrawSegments(object, gc, segs)

Arguments

object [GdkDrawable] a GdkDrawable (a GdkWindow or a GdkPixmap).
gc [GdkGC] a GdkGC.
segs [GdkSegment] 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


[Package RGtk2 version 2.12.5-3 Index]