gdkRegionRectEqual {RGtk2}R Documentation

gdkRegionRectEqual

Description

Finds out if a regions is the same as a rectangle.

Usage

gdkRegionRectEqual(object, rectangle)

Arguments

object

a GdkRegion

rectangle

a GdkRectangle

Details

Since 2.18

Value

[logical] TRUE if region and rectangle are equal.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]