1TICKIT_RECT_TRANSLATE(3) Library Functions Manual TICKIT_RECT_TRANSLATE(3)
2
3
4
6 tickit_rect_translate - move the area of a rectangle
7
9 #include <tickit.h>
10
11 void tickit_rect_translate(TickitRect *rect, int downward, int rightward);
12
13 Link with -ltickit.
14
16 tickit_rect_translate() adds to both the top and left members of the
17 given rectangle.
18
20 tickit_rect_translate() returns nothing.
21
23 tickit_rect_init_sized(3), tickit_rect_init_bounded(3), tickit_rect(7),
24 tickit(7)
25
26
27
28 TICKIT_RECT_TRANSLATE(3)