1TICKIT_RENDERBUFFER_GET_SIZEL(i3b)rary Functions ManTuIaClKIT_RENDERBUFFER_GET_SIZE(3)
2
3
4

NAME

6       tickit_renderbuffer_get_size - return the size of a render buffer
7

SYNOPSIS

9       #include <tickit.h>
10
11       void tickit_renderbuffer_get_size(const TickitRenderBuffer *rb, int *lines, int *cols);
12
13       Link with -ltickit.
14

DESCRIPTION

16       tickit_renderbuffer_get_size()  sets  the  integers pointed to by lines
17       and cols, if not NULL, to the size of the render buffer's content area.
18

RETURN VALUE

20       tickit_renderbuffer_get_size() returns no value.
21

SEE ALSO

23       tickit_renderbuffer_new(3), tickit_renderbuffer(7), tickit(7)
24
25
26
27                                               TICKIT_RENDERBUFFER_GET_SIZE(3)
Impressum