opaque
NAMESYNOPSIS
DESCRIPTION
RETURN VALUE
NOTES
PORTABILITY
SEE ALSO
NAME
is_cleared, is_idlok, is_idcok, is_immedok, is_keypad, is_leaveok, is_nodelay, is_notimeout, is_pad, is_scrollok, is_subwin, is_syncok − curses window properties
SYNOPSIS
#include <ncurses/curses.h>
bool
is_cleared(const WINDOW *win);
bool is_idcok(const WINDOW *win);
bool is_idlok(const WINDOW *win);
bool is_immedok(const WINDOW *win);
bool is_keypad(const WINDOW *win);
bool is_leaveok(const WINDOW *win);
bool is_nodelay(const WINDOW *win);
bool is_notimeout(const WINDOW *win);
bool is_pad(const WINDOW *win);
bool is_scrollok(const WINDOW *win);
bool is_subwin(const WINDOW *win);
bool is_syncok(const WINDOW *win);
WINDOW * wgetparent(const WINDOW *win);
int wgetdelay(const WINDOW *win);
int wgetscrreg(const WINDOW *win, int *top, int
*bottom);
DESCRIPTION
This
implementation provides functions which return properties
set in the WINDOW structure, allowing it to be
“opaque” if the symbol NCURSES_OPAQUE is
defined:
is_cleared
returns the value set in clearok
is_idcok
returns the value set in idcok
is_idlok
returns the value set in idlok
is_immedok
returns the value set in immedok
is_keypad
returns the value set in keypad
is_leaveok
returns the value set in leaveok
is_nodelay
returns the value set in nodelay
is_notimeout
returns the value set in notimeout
is_pad
returns TRUE if the window is a pad i.e., created by newpad
is_scrollok
returns the value set in scrollok
is_subwin
returns TRUE if the window is a subwindow, i.e., created by subwin or derwin
is_syncok
returns the value set in syncok
wgetdelay
returns the delay timeout as set in wtimeout.
wgetparent
returns the parent WINDOW pointer for subwindows, or NULL for windows having no parent.
wgetscrreg
returns the top and bottom rows for the scrolling margin as set in wsetscrreg.
RETURN VALUE
These functions all return TRUE or FALSE, except as noted.
NOTES
Both a macro and a function are provided for each name.
PORTABILITY
These routines are specific to ncurses. They were not supported on Version 7, BSD or System V implementations. It is recommended that any code depending on ncurses extensions be conditioned using NCURSES_VERSION.
SEE ALSO
ncurses(3NCURSES), inopts(3NCURSES), outopts(3NCURSES), window(3NCURSES)
More Linux Commands
manpages/vfs_scannedonly.8.html
vfs_scannedonly(8) - Ensures that only files that have been
This VFS module is part of the samba(8) suite. The vfs_scannedonly VFS module ensures that only files that have been scanned for viruses are visible and accessi
manpages/gnutls_x509_crt_verify.3.html
gnutls_x509_crt_verify(3) - API function - Linux man page...
gnutls_x509_crt_verify.3 - This function will try to verify the given certificate and return its status. RETURNS On success, GNUTLS_E_SUCCESS (0) is returned, o
manpages/zipinfo.1.html
zipinfo(1) - list detailed information about a ZIP archive
ENVIRONMENT OPTIONS EXAMPLES TIPS BUGS SEE ALSO URL AUTHOR NAME zipinfo list detailed information about a ZIP archive SYNOPSIS zipinfo [-12smlvhMtTz] file[.zip]
manpages/version::Internals.3pm.html
version::Internals(3pm) - Perl extension for Version Objects
Overloaded version objects for all modern versions of Perl. This documents the internal data representation and underlying code for version.pm. See version.pod
manpages/systemd-rfkill.8.html
systemd-rfkill.8 - systemd-rfkill(8) Load and save the RF kill switch state at
systemd-rfkill@.service is a service that restores the RF kill switch state at early boot and saves it at shutdown. On disk, the RF kill switch state is stored
manpages/ttk_notebook.n.html
ttk_notebook(n) Multi-paned container widget (Man Page).....
A ttk::notebook widget manages a collection of windows and displays a single one at a time. Each slave window is associated with a tab, which the user may selec
manpages/gettextize.1.html
gettextize(1) - install or upgrade gettext infrastructure...
Prepares a source package to use gettext. OPTIONS --help print this help and exit --version print version information and exit -f, --force force writing of new
manpages/pam_access.8.html
pam_access(8) - PAM module for logdaemon style login access
The pam_access PAM module is mainly for access management. It provides logdaemon style login access control based on login names, host or domain names, internet
manpages/gnutls_x509_crt_print.3.html
gnutls_x509_crt_print(3) - API function - Linux manual page
This function will pretty print a X.509 certificate, suitable for display to a human. If the format is GNUTLS_CRT_PRINT_FULL then all fields of the certificate
manpages/vfs_default_quota.8.html
vfs_default_quota(8) - store default quota records for Windo
This VFS module is part of the samba(7) suite. Many common quota implementations only store quotas for users and groups, but do not store a default quota. The v
manpages/aio_fsync.3.html
aio_fsync(3) - asynchronous file synchronization (Man Page)
The aio_fsync() function does a sync on all outstanding asynchronous I/O operations associated with aiocbp->aio_fildes. (See aio(7) for a description of the aio
manpages/mac2unix.1.html
mac2unix(1) - DOS/Mac to Unix and vice versa text file forma
The Dos2unix package includes utilities dos2unix and unix2dos to convert plain text files in DOS or Mac format to Unix format and vice versa. In DOS/Windows tex
