opaque


HOME

opaque

NAME
SYNOPSIS
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_syncokcurses 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/XkbKeysymToModifiers.3.html
XkbKeysymToModifiers(3) - Finds the set of modifiers bound t
XkbKeysymToModifiers finds the set of modifiers currently bound to the keysym ks on the core keyboard. The value returned is the mask of modifiers bound to the

manpages/mdel.1.html
mdel(1) - delete an MSDOS file (Commands - Linux man page)
The mdel command is used to delete an MS-DOS file. Its syntax is: mdel [-v] msdosfile [ msdosfiles ... ] Mdel deletes files on an MS-DOS file system. Mdel asks

manpages/lvconvert.8.html
lvconvert(8) - convert a logical volume from linear to mirro
lvconvert is used to change the segment type (i.e. linear, mirror, etc) or characteristics of a logical volume. For example, it can add or remove the redundant

manpages/Tcl_SetStringObj.3.html
Tcl_SetStringObj(3) - manipulate Tcl objects as strings.....
The procedures described in this manual entry allow Tcl objects to be manipulated as string values. They use the internal representation of the object to store

manpages/Tcl_ListObjAppendList.3.html
Tcl_ListObjAppendList(3) - manipulate Tcl objects as lists
Tcl list objects have an internal representation that supports the efficient indexing and appending. The procedures described in this man page are used to creat

manpages/idmap_hash.8.html
idmap_hash(8) - Samba's idmap_hash Backend for Winbind......
The idmap_hash plugin implements a hashing algorithm used to map SIDs for domain users and groups to 31-bit uids and gids, respectively. This plugin also implem

manpages/snprint_variable.3.html
snprint_variable(3) - netsnmp_varbind_api functions.........
The functions dealing with variable bindings fall into four groups dealing with the creation, setting of values, output and deletion of varbinds. Creation snmp_

manpages/dbus-cleanup-sockets.1.html
dbus-cleanup-sockets(1) - clean up leftover sockets in a dir
The dbus-cleanup-sockets command cleans up unused D-Bus connection sockets. See http://www.freedesktop.org/software/dbus/ for more information about the big pic

manpages/Ttk_BoxContains.3.html
Ttk_BoxContains(3) - Tk themed geometry utilities (ManPage)
The Ttk_Box structure represents a rectangular region of a window: typedef struct { int x; int y; int width; int height; } Ttk_Box; All coordinates are relative

manpages/Tk_InitImageArgs.3.html
Tk_InitImageArgs(3) - define new kind of image (Man Page)...
Tk_CreateImageType is invoked to define a new kind of image. An image type corresponds to a particular value of the type argument for the image create command.

manpages/rasqal-config.1.html
rasqal-config(1) - script to get information about the insta
rasqal-config is a tool that is used to determine the compile and linker flags that should be used to compile and link programs that use the Rasqal RDF query li

manpages/ar.1.html
ar(1) - create, modify, and extract from archives (ManPage)
The GNU ar program creates, modifies, and extracts from archives. An archive is a single file holding a collection of other files in a structure that makes it p





We can't live, work or learn in freedom unless the software we use is free.