FreeBSD Manual Pages
TICKIT_RECT_INIT_SIZED(3) Library Functions Manual TICKIT_RECT_INIT_SIZED(3) NAME tickit_rect_init_sized, tickit_rect_init_bounded - initialise a rectan- gle struct SYNOPSIS #include <tickit.h> void tickit_rect_init_sized(TickitRect *rect, int top, int left, int lines, int cols); void tickit_rect_init_bounded(TickitRect *rect, int top, int left, int bottom, int right); Link with -ltickit. DESCRIPTION tickit_rect_init_sized() initialises a TickitRect structure to contain the given top left corner and size. It is equivalent to just initialis- ing the four fields individually, but is included in the API for com- pleteness. tickit_rect_init_bounded() initialises a TickitRect structure to con- tain the given top left and bottom right bounds. RETURN VALUE Neither function returns a value. SEE ALSO tickit_rect_bottom(3), tickit_rect_right(3), tickit_rect(7), tickit(7) TICKIT_RECT_INIT_SIZED(3)
NAME | SYNOPSIS | DESCRIPTION | RETURN VALUE | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=tickit_rect_init_sized&sektion=3&manpath=FreeBSD+Ports+15.0>
