contains_point


Description:

public bool contains_point (int x, int y)

Returns true if this contains the point described by x and y.

Parameters:

this

a `GdkRectangle`

x

X coordinate

y

Y coordinate

Returns:

true if this contains the point