Method

GdkRectangleequal

since: 3.20

Declaration [src]

gboolean
gdk_rectangle_equal (
  const GdkRectangle* rect1,
  const GdkRectangle* rect2
)

Description [src]

Checks if the two given rectangles are equal.

Available since: 3.20

Parameters

rect2

Type: GdkRectangle

A GdkRectangle.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if the rectangles are equal.