API Version: 4.0
Library Version: 4.17.1
Generated by gi-docgen 2024.2
gboolean gdk_rectangle_contains_point ( const GdkRectangle* rect, int x, int y )
Returns TRUE if rect contains the point described by x and y.
TRUE
rect
x
y
Type: int
int
X coordinate.
Y coordinate.
Type: gboolean
gboolean
TRUE if rect contains the point.