Lines Matching full:window
48 get \fIcurses\fR cursor and window coordinates
53 \fBvoid getyx(WINDOW *\fIwin\fP, int \fIy\fP, int \fIx\fP);
54 \fBvoid getparyx(WINDOW *\fIwin\fP, int \fIy\fP, int \fIx\fP);
55 \fBvoid getbegyx(WINDOW *\fIwin\fP, int \fIy\fP, int \fIx\fP);
56 \fBvoid getmaxyx(WINDOW *\fIwin\fP, int \fIy\fP, int \fIx\fP);
60 of the given window in the two integer variables \fIy\fP and \fIx\fP.
63 coordinates of the subwindow relative to the parent window into two integer
68 the current beginning coordinates and size of the specified window.
96 many implementations provide members of the \fB\%WINDOW\fP structure
98 For best portability, do not rely on using the data in \fB\%WINDOW\fP,
99 since some implementations make \fB\%WINDOW\fP opaque (do not allow
105 For example, the \fB\%WINDOW._maxx\fP and \fB\%WINDOW._maxy\fP values