.TH TICKIT_RECT_TRANSLATE 3 .SH NAME tickit_rect_translate \- move the area of a rectangle .SH SYNOPSIS .EX .B #include .sp .BI "void tickit_rect_translate(TickitRect *" rect ", int " downward ", int " rightward ); .EE .sp Link with \fI\-ltickit\fP. .SH DESCRIPTION \fBtickit_rect_translate\fP() adds to both the \fItop\fP and \fIleft\fP members of the given rectangle. .SH "RETURN VALUE" \fBtickit_rect_translate\fP() returns nothing. .SH "SEE ALSO" .BR tickit_rect_init_sized (3), .BR tickit_rect_init_bounded (3), .BR tickit_rect (7), .BR tickit (7)