X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_opaque.3x.html;h=9caec6c973dc2a635f2d499c7fac7b29200bbe6f;hp=ff0e5711cdf576d706f6b75dbdcfd0457a5d588e;hb=a0b91dc27f0c411e343161b0a4b5459d15a43f85;hpb=2e5d72d6396bb38a8d1d1b3534f62e28aebaa600 diff --git a/doc/html/man/curs_opaque.3x.html b/doc/html/man/curs_opaque.3x.html index ff0e5711..9caec6c9 100644 --- a/doc/html/man/curs_opaque.3x.html +++ b/doc/html/man/curs_opaque.3x.html @@ -1,7 +1,6 @@ - + + + curs_opaque 3x -

curs_opaque 3x

-
+

curs_opaque 3x

-
 curs_opaque(3x)                                         curs_opaque(3x)
 
 
 
 
 
-

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
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        bool is_cleared(const WINDOW *win);
@@ -69,11 +69,12 @@
        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

+

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:
@@ -103,19 +104,22 @@
             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
             returns the value set in scrollok
 
        is_subwin
-            returns TRUE if the window is a subwindow, i.e., cre-
+            returns TRUE if the window is a subwindow, i.e., cre-
             ated 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.
@@ -126,17 +130,17 @@
 
 
 
-

RETURN VALUE

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

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

+

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-
@@ -144,7 +148,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_inopts(3x),  curs_outopts(3x),  curs_win-
        dow(3x)
 
@@ -152,10 +156,16 @@
 
                                                         curs_opaque(3x)
 
-
-
-Man(1) output converted with -man2html -
+