GdkPoint

Defines the x and y coordinates of a point.

struct GdkPoint {}

Members

Variables

x
int x;

the x coordinate of the point.

y
int y;

the y coordinate of the point.