GdkSpan

A GdkSpan represents a horizontal line of pixels starting at the pixel with coordinates x, y and ending before x + width, y. gint x; x coordinate of the first pixel. gint y; y coordinate of the first pixel. gint width; number of pixels in the span.

struct GdkSpan {}

Members

Variables

width
int width;
Undocumented in source.
x
int x;
Undocumented in source.
y
int y;
Undocumented in source.

Meta