]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/curs_opaque.3x.html
ncurses 6.4 - patch 20230311
[ncurses.git] / doc / html / man / curs_opaque.3x.html
index fd7017ddceb9d142d7538e9b351d553d032aa746..6c1443ca2052393e2cd74599a4e2b1331064767d 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ****************************************************************************
-  * Copyright 2020-2021,2022 Thomas E. Dickey                                *
+  * Copyright 2020-2022,2023 Thomas E. Dickey                                *
   * Copyright 2007-2014,2015 Free Software Foundation, Inc.                  *
   *                                                                          *
   * Permission is hereby granted, free of charge, to any person obtaining a  *
@@ -27,7 +27,7 @@
   * sale, use or other dealings in this Software without prior written       *
   * authorization.                                                           *
   ****************************************************************************
-  * @Id: curs_opaque.3x,v 1.18 2022/02/12 20:05:11 tom Exp @
+  * @Id: curs_opaque.3x,v 1.19 2023/03/11 20:40:58 tom Exp @
 -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <HTML>
        <STRONG>ES_OPAQUE</STRONG> is defined:
 
        <STRONG>is_cleared</STRONG>
-            returns the value set in <STRONG>clearok</STRONG>
+            returns the value set in <STRONG><A HREF="curs_outopts.3x.html">clearok(3x)</A></STRONG>
 
        <STRONG>is_idcok</STRONG>
-            returns the value set in <STRONG>idcok</STRONG>
+            returns the value set in <STRONG><A HREF="idcok.3x.html">idcok(3x)</A></STRONG>
 
        <STRONG>is_idlok</STRONG>
-            returns the value set in <STRONG>idlok</STRONG>
+            returns the value set in <STRONG><A HREF="idlok.3x.html">idlok(3x)</A></STRONG>
 
        <STRONG>is_immedok</STRONG>
-            returns the value set in <STRONG>immedok</STRONG>
+            returns the value set in <STRONG><A HREF="curs_outopts.3x.html">immedok(3x)</A></STRONG>
 
        <STRONG>is_keypad</STRONG>
-            returns the value set in <STRONG>keypad</STRONG>
+            returns the value set in <STRONG><A HREF="curs_inopts.3x.html">keypad(3x)</A></STRONG>
 
        <STRONG>is_leaveok</STRONG>
-            returns the value set in <STRONG>leaveok</STRONG>
+            returns the value set in <STRONG><A HREF="leaveok.3x.html">leaveok(3x)</A></STRONG>
 
        <STRONG>is_nodelay</STRONG>
-            returns the value set in <STRONG>nodelay</STRONG>
+            returns the value set in <STRONG><A HREF="nodelay.3x.html">nodelay(3x)</A></STRONG>
 
        <STRONG>is_notimeout</STRONG>
-            returns the value set in <STRONG>notimeout</STRONG>
+            returns the value set in <STRONG><A HREF="notimeout.3x.html">notimeout(3x)</A></STRONG>
 
        <STRONG>is_pad</STRONG>
-            returns <STRONG>TRUE</STRONG> if the window is a pad i.e., created by <STRONG>newpad</STRONG>
+            returns <STRONG>TRUE</STRONG> if the window is a pad i.e., created by <STRONG><A HREF="newpad.3x.html">newpad(3x)</A></STRONG>
 
        <STRONG>is_scrollok</STRONG>
-            returns the value set in <STRONG>scrollok</STRONG>
+            returns the value set in <STRONG><A HREF="scrollok.3x.html">scrollok(3x)</A></STRONG>
 
        <STRONG>is_subwin</STRONG>
-            returns <STRONG>TRUE</STRONG> if the window is a subwindow, i.e., created by <STRONG>subwin</STRONG>
-            or <STRONG>derwin</STRONG>
+            returns  <STRONG>TRUE</STRONG>  if the window is a subwindow, i.e., created by <STRONG>sub-</STRONG>
+            <STRONG><A HREF="subwin.3x.html">win(3x)</A></STRONG> or <STRONG><A HREF="derwin.3x.html">derwin(3x)</A></STRONG>
 
        <STRONG>is_syncok</STRONG>
-            returns the value set in <STRONG>syncok</STRONG>
+            returns the value set in <STRONG><A HREF="syncok.3x.html">syncok(3x)</A></STRONG>
 
        <STRONG>wgetdelay</STRONG>
-            returns the delay timeout as set in <STRONG>wtimeout</STRONG>.
+            returns the delay timeout as set in <STRONG><A HREF="wtimeout.3x.html">wtimeout(3x)</A></STRONG>.
 
        <STRONG>wgetparent</STRONG>
             returns the parent WINDOW pointer for subwindows, or NULL for win-