Lines Matching full:window
59 \fBWINDOW *newpad(int \fInlines\fP, int \fIncols\fP);
60 \fBWINDOW *subpad(WINDOW *\fIparent\fP, int \fInlines\fP, int \fIncols\fP,
63 \fBint prefresh(WINDOW *\fIpad\fB, int \fIpminrow\fB, int \fIpmincol\fB,\fR
65 \fBint pnoutrefresh(WINDOW *\fIpad\fB, int \fIpminrow\fB, int \fIpmincol\fB,\fR
68 \fBint pechochar(WINDOW *\fIpad\fB, chtype \fIch\fB);\fR
69 \fBint pecho_wchar(WINDOW *\fIpad\fB, const cchar_t *\fIwch\fB);\fR
75 is like a window,
78 Pads can be used when a large window is needed,
186 if the window pointer is null, or
187 if the window is not really a pad or
193 if the window is not really a pad, and the associated call
198 if the window is not really a pad, and the associated call
224 The behavior of \fB\%subpad\fP if the parent window is not
228 SVr4 \fIcurses\fP sets a flag in the \fI\%WINDOW\fP structure in
229 \fB\%newpad\fP which tells if the window is a \fIpad\fP.
237 Solaris \fI\%xcurses\fP checks whether a window is a pad in
242 it only sets the flag for subwindows if the parent window is a pad.
251 sets a flag in the \fI\%WINDOW\fP structure
259 The \fB\%dupwin\fP function returns a regular window when duplicating a pad.
260 Likewise, \fB\%getwin\fP always returns a window, even if the saved
265 sets a flag in the \fI\%WINDOW\fP structure