File: tickit_window_get_term.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 (20 lines) | stat: -rw-r--r-- 649 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
20
.TH TICKIT_WINDOW_GET_TERM 3
.SH NAME
tickit_window_get_term \- query the backing terminal of a window
.SH SYNOPSIS
.EX
.B #include <tickit.h>
.sp
.BI "TickitTerm *tickit_window_get_term(const TickitWindow *" win );
.EE
.sp
Link with \fI\-ltickit\fP.
.SH DESCRIPTION
\fBtickit_window_get_term\fP() returns the backing terminal underlying a given window. This is the terminal instance that the window's root window was originally created using.
.SH "RETURN VALUE"
\fBtickit_window_get_term\fP() returns a pointer to a terminal instance.
.SH "SEE ALSO"
.BR tickit_window_new_root (3),
.BR tickit_window_root (3),
.BR tickit_window (7),
.BR tickit (7)