File: tickit_renderbuffer_get_size.3

package info (click to toggle)
libtickit 0.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,556 kB
  • sloc: ansic: 13,904; perl: 228; makefile: 161; sh: 38
file content (19 lines) | stat: -rw-r--r-- 641 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.TH TICKIT_RENDERBUFFER_GET_SIZE 3
.SH NAME
tickit_renderbuffer_get_size \- return the size of a render buffer
.SH SYNOPSIS
.EX
.B #include <tickit.h>
.sp
.BI "void tickit_renderbuffer_get_size(const TickitRenderBuffer *" rb ", int *" lines ", int *" cols );
.EE
.sp
Link with \fI\-ltickit\fP.
.SH DESCRIPTION
\fBtickit_renderbuffer_get_size\fP() sets the integers pointed to by \fIlines\fP and \fIcols\fP, if not \fBNULL\fP, to the size of the render buffer's content area.
.SH "RETURN VALUE"
\fBtickit_renderbuffer_get_size\fP() returns no value.
.SH "SEE ALSO"
.BR tickit_renderbuffer_new (3),
.BR tickit_renderbuffer (7),
.BR tickit (7)