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.
See Implementation
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.