Lines Matching full:window
57 get \fIcurses\fR cursor and window coordinates or attributes (legacy)
62 \fBint getattrs(const WINDOW *\fIwin\fP);
64 \fBint getbegx(const WINDOW *\fIwin\fP);
65 \fBint getbegy(const WINDOW *\fIwin\fP);
67 \fBint getcurx(const WINDOW *\fIwin\fP);
68 \fBint getcury(const WINDOW *\fIwin\fP);
70 \fBint getmaxx(const WINDOW *\fIwin\fP);
71 \fBint getmaxy(const WINDOW *\fIwin\fP);
73 \fBint getparx(const WINDOW *\fIwin\fP);
74 \fBint getpary(const WINDOW *\fIwin\fP);
92 If the window parameter is null, \fB\%getattrs\fP
109 or \fBERR\fP if the window parameter is null.
127 to avoid reliance on internal details of the \fI\%WINDOW\fP structure.
130 None of those implementations checked the window parameter.