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