Lines Matching +full:out +full:- +full:of +full:- +full:window
2 .\" Copyright 2020-2023,2024 Thomas E. Dickey *
3 .\" Copyright 2007-2014,2015 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_opaque 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
57 \fB\%wgetscrreg\fP \-
58 obtain \fIcurses\fR window properties
63 \fBbool is_cleared(const WINDOW *\fIwin\fP);
64 \fBbool is_idcok(const WINDOW *\fIwin\fP);
65 \fBbool is_idlok(const WINDOW *\fIwin\fP);
66 \fBbool is_immedok(const WINDOW *\fIwin\fP);
67 \fBbool is_keypad(const WINDOW *\fIwin\fP);
68 \fBbool is_leaveok(const WINDOW *\fIwin\fP);
69 \fBbool is_nodelay(const WINDOW *\fIwin\fP);
70 \fBbool is_notimeout(const WINDOW *\fIwin\fP);
71 \fBbool is_pad(const WINDOW *\fIwin\fP);
72 \fBbool is_scrollok(const WINDOW *\fIwin\fP);
73 \fBbool is_subwin(const WINDOW *\fIwin\fP);
74 \fBbool is_syncok(const WINDOW *\fIwin\fP);
76 \fBWINDOW * wgetparent(const WINDOW *\fIwin\fP);
77 \fBint wgetdelay(const WINDOW *\fIwin\fP);
78 \fBint wgetscrreg(const WINDOW *\fIwin\fP, int *\fItop\fP, int *\fIbottom\fP);
81 \fI\%ncurses\fP provides functions returning properties of a
82 \fI\%WINDOW\fP structure,
85 \fIOpacity\fP in this sense means that the members of \fIstruct\fP data
88 through \*(``.\*('' or \*(``\->\*('' operators),
90 Advantages of opacity include greater abstraction and improved
91 management of concurrent accesses to data structures,
119 returns \fBTRUE\fP if the window is a pad;
127 returns \fBTRUE\fP if the window is a subwindow,
138 returns the parent \fI\%WINDOW\fP pointer for subwindows,