Method

GdkRectangleequal

Declaration [src]

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

Description [src]

Checks if the two given rectangles are equal.

Parameters

rect2 GdkRectangle
 

A GdkRectangle

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE if the rectangles are equal.