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/sane-microtek2.5.html
sane-microtek2(5) - SANE backend for Microtek scanners with
The sane-microtek2 library implements a SANE (Scanner Access Now Easy) backend that provides access to Microtek scanners with a SCSI-2 command set. This backend
manpages/glGetPolygonStipple.3gl.html
glGetPolygonStipple(3gl) - return the polygon stipple patter
glGetPolygonStipple returns to mask a $32 ~times~ 32$ polygon stipple pattern. The pattern is packed into memory as if glReadPixels with both height and width o
manpages/xgettext.1.html
xgettext(1) - extract gettext strings from source (ManPage)
Extract translatable strings from given input files. Mandatory arguments to long options are mandatory for short options too. Similarly for optional arguments.
manpages/numfnames.3ncurses.html
numfnames(3ncurses) - curses terminfo global variables......
This page summarizes variables provided by the curses librarys low-level terminfo interface. A more complete description is given in the curs_terminfo(3X) manua
manpages/nepomukserver.8.html
nepomukserver(8) - KDE daemon - The Nepomuk server applicati
nepomukserver starts the Nepomuk server which manages all Nepomuk services and provides a DBus API. It uses nepomukservicestub to run all configured Nepomuk ser
manpages/strsep.3.html
strsep(3) - extract token from string - Linux manual page...
If *stringp is NULL, the strsep() function returns NULL and does nothing else. Otherwise, this function finds the first token in the string *stringp, that is de
manpages/keyok.3ncurses.html
keyok(3ncurses) - enable or disable a keycode (Man Page)....
This is an extension to the curses library. It permits an application to disable specific keycodes, rather than use the keypad function to disable all keycodes.
manpages/ssl.3ssl.html
ssl(3ssl) - OpenSSL SSL/TLS library - Linux manual page.....
The OpenSSL ssl library implements the Secure Sockets Layer ( SSL v2/v3) and Transport Layer Security ( TLS v1) protocols. It provides a rich API which is docum
manpages/libauth.3.html
libauth(3) - routines for writing nnrpd resolvers and authen
These functions provide a convenient C frontend to the nnrpd external authentication interface documented in doc/external-auth. Use of this library is not requi
manpages/cut.1.html
cut(1) - remove sections from each line of files (Man Page)
Print selected parts of lines from each FILE to standard output. Mandatory arguments to long options are mandatory for short options too. -b, --bytes=LIST selec
manpages/aa-genprof.8.html
aa-genprof(8) profile generation utility for AppArmor.......
When running aa-genprof, you must specify a program to profile. If the specified program is not a fully-qualified path, aa-genprof will search $PATH in order to
manpages/unctrl.3ncurses.html
unctrl(3ncurses) - miscellaneous curses utility routines....
The unctrl routine returns a character string which is a printable representation of the character c, ignoring attributes. Control characters are displayed in t
