table of contents
TICKIT_RECTSET_NEW(3) | Library Functions Manual | TICKIT_RECTSET_NEW(3) |
NAME¶
tickit_rectset_new, tickit_rectset_destroy - create or destroy a rectangle setSYNOPSIS¶
#include <tickit.h> TickitRectSet *tickit_rectset_new(void); void tickit_rectset_destroy(TickitRectSet *trs);
Link with -ltickit.
DESCRIPTION¶
tickit_rectset_new() creates a new TickitRectSet instance. It will be initially empty, containing no regions.tickit_rectset_destroy() destroys the given instances and releases any resources controlled by it.