Lines Matching full:window
54 draw borders and lines in a \fIcurses\fR window of characters
61 \fBint wborder(WINDOW *\fIwin\fB, chtype \fIls\fB, chtype \fIrs\fB,\fR
65 \fBint box(WINDOW *\fIwin\fB, chtype \fIverch\fB, chtype \fIhorch\fB);\fR
68 \fBint whline(WINDOW *\fIwin\fB, chtype \fIch\fB, int \fIn\fB);\fR
70 \fBint wvline(WINDOW *\fIwin\fB, chtype \fIch\fB, int \fIn\fB);\fR
73 \fBint mvwhline(WINDOW *\fIwin\fB, int \fIy\fB, int \fIx\fB, chtype \fIch\fB, int \fIn\fB);\fR
75 \fBint mvwvline(WINDOW *\fIwin\fB, int \fIy\fB, int \fIx\fB, chtype \fIch\fB, int \fIn\fB);\fR
79 draw a box around the edges of a window.
80 Other than the window, each argument is a character with attributes:
126 line using \fIch\fP starting at the current cursor position in the window.
130 long, or as many as fit into the window.
133 using \fIch\fP starting at the current cursor position in the window.
137 long, or as many as fit into the window.
146 if the window pointer is null.
152 is outside the window boundaries.