wgetdelay(3ncurses)


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,
   wgetdelay, wgetparent, wgetscrreg - curses window properties

SYNOPSIS

   #include <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)

                                                          opaque(3NCURSES)


More Linux Commands

manpages/pvresize.8.html
pvresize(8) - resize a disk or partition in use by LVM2.....
pvresize resizes PhysicalVolume which may already be in a volume group and have active logical volumes allocated on it. OPTIONS See lvm(8) for common options. -

manpages/FcPatternFilter.3.html
FcPatternFilter(3) - Filter the objects of pattern (ManPage)
Returns a new pattern that only has those objects from p that are in os. If os is NULL, a duplicate of p is returned. VERSION Fontconfig version 2.8.0 FcPattern

manpages/acl_init.3.html
acl_init(3) - initialize ACL working storage (Man Page).....
The acl_init() function allocates and initializes the working storage for an ACL of at least count ACL entries. The ACL created initially contains no ACL entrie

manpages/XIChangeProperty.3.html
XIChangeProperty(3) - change, retrieve or delete a device's
The XIGetProperty function returns the actual type of the property; the actual format of the property; the number of 8-bit, 16-bit, or 32-bit items transferred;

manpages/pnmscalefixed.1.html
pnmscalefixed(1) - scale a PNM file quickly - Linux man page
This program is part of Netpbm(1) pnmscalefixed is like pamscale except that it uses fixed point arithmetic internally instead of floating point, which may make

manpages/SDL_LoadWAV.3.html
SDL_LoadWAV(3) - Load a WAVE file - Linux manual page.......
SDL_LoadWAV This function loads a WAVE file into memory. If this function succeeds, it returns the given SDL_AudioSpec, filled with the audio data format of the

manpages/XIWarpPointer.3.html
XIWarpPointer(3) - move a device's pointer - Linux man page
If dest_w is None, XIWarpPointer moves the pointer by the offsets (dest_x, dest_y) relative to the current position of the pointer. If dest_w is a window, XIWar

manpages/ps.1.html
ps(1) - report a snapshot of the current processes..........
ps displays information about a selection of the active processes. If you want a repetitive update of the selection and the displayed information, use top(1) in

manpages/XkbChangeMap.3.html
XkbChangeMap(3) - Update only partial components of a keyboa
To update only partial components of a keyboard description, modify the appropriate fields in the server and map components of a local copy of the keyboard desc

manpages/xzmore.1.html
xzmore(1) - view xz or lzma compressed (text) files.........
xzmore is a filter which allows examination of xz(1) or lzma(1) compressed text files one screenful at a time on a soft-copy terminal. To use a pager other than

manpages/latin1.7.html
latin1(7) - ISO 8859-1 character set encoded in octal, decim
The ISO 8859 standard includes several 8-bit extensions to the ASCII character set (also known as ISO 646-IRV). Especially important is ISO 8859-1, the Latin Al

manpages/Tcl_ParseExpr.3.html
Tcl_ParseExpr(3) - parse Tcl scripts and expressions........
These procedures parse Tcl commands or portions of Tcl commands such as expressions or references to variables. Each procedure takes a pointer to a script (or p





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