1TICKIT_RENDERBUFFER_GET_SIZEL(i3b)rary Functions ManTuIaClKIT_RENDERBUFFER_GET_SIZE(3)
2
3
4
6 tickit_renderbuffer_get_size - return the size of a render buffer
7
9 #include <tickit.h>
10
11 void tickit_renderbuffer_get_size(const TickitRenderBuffer *rb, int *lines, int *cols);
12
13 Link with -ltickit.
14
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
20 tickit_renderbuffer_get_size() returns no value.
21
23 tickit_renderbuffer_new(3), tickit_renderbuffer(7), tickit(7)
24
25
26
27 TICKIT_RENDERBUFFER_GET_SIZE(3)