WebKitRectangle
WebKitRectangle — A boxed type representing a rectangle with integer coordinates
|
|
Object Hierarchy
GBoxed
╰── WebKitRectangle
Description
A WebKitRectangle is a boxed type representing a rectangle with integer coordiantes.
Types and Values
WEBKIT_TYPE_RECTANGLE
#define WEBKIT_TYPE_RECTANGLE (webkit_rectangle_get_type())
WebKitRectangle
typedef struct {
gint x;
gint y;
gint width;
gint height;
} WebKitRectangle;
A WebKitRectangle is a boxed type representing a rectangle with integer coordinates.
Since: 2.28