Struct

GdkPoint

Description [src]

struct GdkPoint {
  gint x;
  gint y;
}

Defines the x and y coordinates of a point.

Structure members
x

The x coordinate of the point.

y

The y coordinate of the point.