Struct

GdkPoint

Description [src]

struct GdkPoint {
  gint x;
  gint y;
}

Defines the x and y coordinates of a point.

Structure members
x: gint

The x coordinate of the point.

y: gint

The y coordinate of the point.