Lines Matching +full:out +full:- +full:of +full:- +full:window

2 .\" Copyright 2019-2023,2024 Thomas E. Dickey                                *
3 .\" Copyright 2007-2015,2017 Free Software Foundation, Inc. *
5 .\" Permission is hereby granted, free of charge, to any person obtaining a *
6 .\" copy of this software and associated documentation files (the *
10 .\" copies of the Software, and to permit persons to whom the Software is *
14 .\" in all copies or substantial portions of the Software. *
16 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
17 .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
20 .\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
21 .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
24 .\" Except as contained in this notice, the name(s) of the above copyright *
31 .TH curs_legacy 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
56 \fB\%getpary\fP \-
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);
85 In the wide-character library configuration,
91 \fBERR\fP (a \fI-1\fP).
92 If the window parameter is null, \fB\%getattrs\fP
109 or \fBERR\fP if the window parameter is null.
111 All of these interfaces are implemented as macros and functions.
126 are defined in terms of the functions described here,
127 to avoid reliance on internal details of the \fI\%WINDOW\fP structure.
130 None of those implementations checked the window parameter.