Main Gtk struct.
Defines the position and size of a rectangle.
gint x;
the x coordinate of the left edge of the rectangle.
gint y;
the y coordinate of the top of the rectangle.
gint width;
the width of the rectangle.
gint height;
the height of the rectangle.
Main Gtk struct. Defines the position and size of a rectangle. gint x; the x coordinate of the left edge of the rectangle. gint y; the y coordinate of the top of the rectangle. gint width; the width of the rectangle. gint height; the height of the rectangle.