1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
.TH TICKIT_RECT_TRANSLATE 3
.SH NAME
tickit_rect_translate \- move the area of a rectangle
.SH SYNOPSIS
.EX
.B #include <tickit.h>
.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)
|