tickit_rect_bottom - Man Page
return the bottom right corner of a rectangle
Synopsis
#include <tickit.h> int tickit_rect_bottom(const TickitRect *rect); int tickit_rect_right(const TickitRect *rect);
Link with -ltickit.
Description
tickit_rect_bottom() returns the lower extent of the rectangle; returning the first line past the bottom.
tickit_rect_right() returns the righthand extent of the rectangle; returning the first column past the righthand edge.
These functions may be static inline
.
Return Value
tickit_rect_bottom() returns a line number as an integer. tickit_rect_right() returns a column number as an integer.
See Also
tickit_rect_init_sized(3), tickit_rect_init_bounded(3), tickit_rect(7), tickit(7)
Referenced By
tickit_rect(7), tickit_rect_init_sized(3).
The man page tickit_rect_right(3) is an alias of tickit_rect_bottom(3).