|
NAMEtickit_renderbuffer_get_size - return the size of a render bufferSYNOPSIS#include <tickit.h> void tickit_renderbuffer_get_size(const TickitRenderBuffer *rb, int *lines, int *cols); Link with -ltickit. DESCRIPTIONtickit_renderbuffer_get_size() sets the integers pointed to by lines and cols, if not NULL, to the size of the render buffer's content area.RETURN VALUEtickit_renderbuffer_get_size() returns no value.SEE ALSOtickit_renderbuffer_new(3), tickit_renderbuffer(7), tickit(7) Visit the GSP FreeBSD Man Page Interface. |