gdkRegionEqual: gdkRegionEqual

Description Usage Arguments Value Author(s)

View source: R/gdkFuncs.R

Description

Finds out if the two regions are the same.

Usage

1
gdkRegionEqual(object, region2)

Arguments

object

a GdkRegion

region2

a GdkRegion

Value

[logical] TRUE if region1 and region2 are equal.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gdkRegionEqual in RGtk2...