GdkSegment

Specifies the start and end point of a line for use by the gdk_draw_segments() function. gint x1; the x coordinate of the start point. gint y1; the y coordinate of the start point. gint x2; the x coordinate of the end point. gint y2; the y coordinate of the end point.

struct GdkSegment {}

Members

Variables

x1
int x1;
Undocumented in source.
x2
int x2;
Undocumented in source.
y1
int y1;
Undocumented in source.
y2
int y2;
Undocumented in source.

Meta