1DTK_DRAW_SHAPE(3) Draw Toolkit manual DTK_DRAW_SHAPE(3)
23
4
NAME
6dtk_destroy_shape - Destroy a shape
7
SYNOPSIS
9#include <drawtk.h>
1011
void dtk_destroy_shape(const dtk_hshape shp);
12
DESCRIPTION
14dtk_destroy_shape() destroys the shape referenced by shp. If shp is
15NULL the function returns without doing anything.
16
RETURN VALUE
18None.
19
SEE ALSO
21dtk_create_shape(3)
2223
24
25
26
EPFL 2010 DTK_DRAW_SHAPE(3)