1TICKIT_RECT_BOTTOM(3)      Library Functions Manual      TICKIT_RECT_BOTTOM(3)
2
3
4

NAME

6       tickit_rect_bottom,  tickit_rect_right - return the bottom right corner
7       of a rectangle
8

SYNOPSIS

10       #include <tickit.h>
11
12       int tickit_rect_bottom(const TickitRect *rect);
13       int tickit_rect_right(const TickitRect *rect);
14
15       Link with -ltickit.
16

DESCRIPTION

18       tickit_rect_bottom() returns the lower extent of the rectangle; returnā€
19       ing the first line past the bottom.
20
21       tickit_rect_right()  returns  the  righthand  extent  of the rectangle;
22       returning the first column past the righthand edge.
23
24       These functions may be static inline.
25

RETURN VALUE

27       tickit_rect_bottom()   returns   a   line   number   as   an   integer.
28       tickit_rect_right() returns a column number as an integer.
29

SEE ALSO

31       tickit_rect_init_sized(3), tickit_rect_init_bounded(3), tickit_rect(7),
32       tickit(7)
33
34
35
36                                                         TICKIT_RECT_BOTTOM(3)
Impressum