#include <stdio.h>#include <stdlib.h>#include <string.h>#include "mb_types.h"#include "mb_shapes.h"Go to the source code of this file.
Classes | |
| struct | _sh_rect |
Typedefs | |
| typedef struct _sh_rect | sh_rect_t |
Functions | |
| static void | sh_rect_free (shape_t *shape) |
| shape_t * | rdman_shape_rect_new (redraw_man_t *rdman, co_aix x, co_aix y, co_aix w, co_aix h, co_aix rx, co_aix ry) |
| void | sh_rect_set (shape_t *shape, co_aix x, co_aix y, co_aix w, co_aix h, co_aix rx, co_aix ry) |
| void | sh_rect_transform (shape_t *shape) |
| void | sh_rect_draw (shape_t *shape, cairo_t *cr) |
| static void sh_rect_free | ( | shape_t * | shape | ) | [static] |
Definition at line 15 of file shape_rect.c.