gdkRegionSpansIntersectForeach {RGtk2}R Documentation

gdkRegionSpansIntersectForeach

Description

Calls a function on each span in the intersection of region and spans.

Usage

gdkRegionSpansIntersectForeach(object, spans, sorted, fun, data)

Arguments

object [GdkRegion] a GdkRegion
spans [GdkSpan] a list of GdkSpans
sorted [logical] TRUE if spans is sorted wrt. the y coordinate
data [R object] data to pass to function

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]