X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_opaque.3x.html;h=ff0e5711cdf576d706f6b75dbdcfd0457a5d588e;hp=3e0f1ae053524bb4b60b535c9dce85f7075179d5;hb=2e5d72d6396bb38a8d1d1b3534f62e28aebaa600;hpb=ca276baf720e3a44721b9e18955d3f546955c6c8 diff --git a/doc/html/man/curs_opaque.3x.html b/doc/html/man/curs_opaque.3x.html index 3e0f1ae0..ff0e5711 100644 --- a/doc/html/man/curs_opaque.3x.html +++ b/doc/html/man/curs_opaque.3x.html @@ -1,7 +1,7 @@ - + @@ -48,8 +48,8 @@

NAME

        is_cleared, is_idlok, is_idcok, is_immedok, is_keypad,
-       is_leaveok, is_nodelay, is_timeout, is_scrollok, is_syncok
-       - curses window properties
+       is_leaveok, is_nodelay, is_notimeout, is_pad, is_scrollok,
+       is_subwin, is_syncok - curses window properties
 
 
 
@@ -64,7 +64,9 @@ 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 wgetscrreg(const WINDOW *win, int *top, int *bottom); @@ -74,7 +76,7 @@

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:
+       "opaque" if the symbol NCURSES_OPAQUE is defined:
 
        is_cleared
             returns the value set in clearok
@@ -100,9 +102,17 @@
        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., cre-
+            ated by subwin or derwin
+
        is_syncok
             returns the value set in syncok
 
@@ -127,15 +137,15 @@
 
 

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-
+       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-
+       curses(3x), curs_inopts(3x),  curs_outopts(3x),  curs_win-
        dow(3x)