X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_opaque.3x.html;h=5b0c716365dbb9763bf263d98a5a961f1dd1c5ae;hp=9caec6c973dc2a635f2d499c7fac7b29200bbe6f;hb=6208c89f98f1cf9fe0980bd8e791846ce007a13d;hpb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86 diff --git a/doc/html/man/curs_opaque.3x.html b/doc/html/man/curs_opaque.3x.html index 9caec6c9..5b0c7163 100644 --- a/doc/html/man/curs_opaque.3x.html +++ b/doc/html/man/curs_opaque.3x.html @@ -26,7 +26,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_opaque.3x,v 1.12 2015/04/11 10:23:49 tom Exp @ + * @Id: curs_opaque.3x,v 1.13 2015/12/05 20:05:45 tom Exp @ --> @@ -45,15 +45,14 @@ - -

NAME

+

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

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        bool is_cleared(const WINDOW *win);
@@ -73,10 +72,9 @@
        int wgetscrreg(const WINDOW *win, int *top, int *bottom);
 
 
-
-

DESCRIPTION

-       This  implementation provides functions which return prop-
-       erties set in the WINDOW  structure,  allowing  it  to  be
+

DESCRIPTION

+       This implementation provides functions which return  prop-
+       erties  set  in  the  WINDOW  structure, allowing it to be
        "opaque" if the symbol NCURSES_OPAQUE is defined:
 
        is_cleared
@@ -104,7 +102,7 @@
             returns the value set in notimeout
 
        is_pad
-            returns  TRUE if the window is a pad i.e., created by
+            returns TRUE if the window is a pad i.e., created  by
             newpad
 
        is_scrollok
@@ -121,35 +119,31 @@
             returns the delay timeout as set in wtimeout.
 
        wgetparent
-            returns  the parent WINDOW pointer for subwindows, or
+            returns the parent WINDOW pointer for subwindows,  or
             NULL for windows having no parent.
 
        wgetscrreg
-            returns the top and bottom  rows  for  the  scrolling
+            returns  the  top  and  bottom rows for the scrolling
             margin as set in wsetscrreg.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        These functions all return TRUE or FALSE, except as noted.
 
 
-
-

NOTES

+

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 ex-
+

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  ex-
        tensions be conditioned using NCURSES_VERSION.
 
 
-
-

SEE ALSO

-       curses(3x), curs_inopts(3x),  curs_outopts(3x),  curs_win-
+

SEE ALSO

+       curses(3x),  curs_inopts(3x),  curs_outopts(3x), curs_win-
        dow(3x)