X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_opaque.3x.html;h=6c1443ca2052393e2cd74599a4e2b1331064767d;hb=87c2c84cbd2332d6d94b12a1dcaf12ad1a51a938;hp=cc6909e325f516b3dfdffae47c95a0c4b6ce1f69;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280;p=ncurses.git diff --git a/doc/html/man/curs_opaque.3x.html b/doc/html/man/curs_opaque.3x.html index cc6909e3..6c1443ca 100644 --- a/doc/html/man/curs_opaque.3x.html +++ b/doc/html/man/curs_opaque.3x.html @@ -1,6 +1,6 @@ - @@ -36,7 +36,7 @@ curs_opaque 3x - +

curs_opaque 3x

@@ -55,21 +55,21 @@

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);
+       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

@@ -78,44 +78,44 @@
        ES_OPAQUE is defined:
 
        is_cleared
-            returns the value set in clearok
+            returns the value set in clearok(3x)
 
        is_idcok
-            returns the value set in idcok
+            returns the value set in idcok(3x)
 
        is_idlok
-            returns the value set in idlok
+            returns the value set in idlok(3x)
 
        is_immedok
-            returns the value set in immedok
+            returns the value set in immedok(3x)
 
        is_keypad
-            returns the value set in keypad
+            returns the value set in keypad(3x)
 
        is_leaveok
-            returns the value set in leaveok
+            returns the value set in leaveok(3x)
 
        is_nodelay
-            returns the value set in nodelay
+            returns the value set in nodelay(3x)
 
        is_notimeout
-            returns the value set in notimeout
+            returns the value set in notimeout(3x)
 
        is_pad
-            returns TRUE if the window is a pad i.e., created by newpad
+            returns TRUE if the window is a pad i.e., created by newpad(3x)
 
        is_scrollok
-            returns the value set in scrollok
+            returns the value set in scrollok(3x)
 
        is_subwin
-            returns TRUE if the window is a subwindow, i.e., created by subwin
-            or derwin
+            returns  TRUE  if the window is a subwindow, i.e., created by sub-
+            win(3x) or derwin(3x)
 
        is_syncok
-            returns the value set in syncok
+            returns the value set in syncok(3x)
 
        wgetdelay
-            returns the delay timeout as set in wtimeout.
+            returns the delay timeout as set in wtimeout(3x).
 
        wgetparent
             returns the parent WINDOW pointer for subwindows, or NULL for win-