GdkRectangle

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.

struct GdkRectangle {}

Members

Variables

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

Meta