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

a GdkRegion

spans

a list of

GdkSpans
sorted

TRUE if spans is sorted wrt. the y coordinate

data

data to pass to function

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]