1TICKIT_RECTSET_TRANSLATE(3)Library Functions ManualTICKIT_RECTSET_TRANSLATE(3)
2
3
4
6 tickit_rectset_translate - move all the rectangles in a rectangle set
7
9 #include <tickit.h>
10
11 void tickit_rectset_translate(TickitRectSet *trs, int downward, int rightward);
12
13 Link with -ltickit.
14
16 tickit_rectset_translate() moves every rectangle in the rectangle set
17 by the given offset. The number of rectangles in the set is not
18 affected by this operation, and since the set has no concept of bound‐
19 aries, no clipping will take place.
20
22 tickit_rectset_translate() returns no value.
23
25 tickit_rectset_new(3), tickit_rectset(7), tickit_rect(7), tickit(7)
26
27
28
29 TICKIT_RECTSET_TRANSLATE(3)