Object Hierarchy
GBoxed
╰── HippoRectangle
Includes
#include <hippo/hippo-graphics.h>
Functions
hippo_rectangle_get_type ()
GType
hippo_rectangle_get_type (void);
hippo_rectangle_free ()
void
hippo_rectangle_free (HippoRectangle *r);
hippo_cairo_set_source_rgba32 ()
void
hippo_cairo_set_source_rgba32 (cairo_t *cr,
guint32 color);
hippo_cairo_pattern_add_stop_rgba32 ()
void
hippo_cairo_pattern_add_stop_rgba32 (cairo_pattern_t *pattern,
double offset,
guint32 color);
Types and Values
HIPPO_TYPE_RECTANGLE
#define HIPPO_TYPE_RECTANGLE (hippo_rectangle_get_type())
HippoRectangle
typedef struct {
int x;
int y;
int width;
int height;
} HippoRectangle;