logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tickit_rectset_translate - move all the rectangles in a rectangle set

Description

tickit_rectset_translate()  moves every rectangle in the rectangle set by the given offset. The number of
       rectangles in the set is not affected by this operation, and since the set has no concept of  boundaries,
       no clipping will take place.

Name

       tickit_rectset_translate - move all the rectangles in a rectangle set

Return Value

tickit_rectset_translate() returns no value.

See Also

tickit_rectset_new(3), tickit_rectset(7), tickit_rect(7), tickit(7)

                                                                                     TICKIT_RECTSET_TRANSLATE(3)

Synopsis

#include<tickit.h>voidtickit_rectset_translate(TickitRectSet*trs,intdownward,intrightward);

       Link with -ltickit.

See Also