X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_opaque.3x.html;h=9516893a6a61bb61fd4b5f334a2259b72a3e8d59;hp=0b639eb4bbd56b8a77d90932b6e908f9d0e4b906;hb=acc28c6418f43cbf15187f2f1fd9a562d5d96535;hpb=761e4f0825b330e970558e82a4bd638383914429 diff --git a/doc/html/man/curs_opaque.3x.html b/doc/html/man/curs_opaque.3x.html index 0b639eb4..9516893a 100644 --- a/doc/html/man/curs_opaque.3x.html +++ b/doc/html/man/curs_opaque.3x.html @@ -1,7 +1,7 @@ @@ -69,6 +69,7 @@ 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); @@ -76,7 +77,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
@@ -116,6 +117,9 @@
        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.