Create a rectangle_int.RectangleInt boxed type.
Get height field.
Set height field.
Get width field.
Set width field.
Get x field.
Set x field.
Get y field.
Set y field.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
A data structure for holding a rectangle with integer coordinates.