1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../css/manpage.css" type="text/css" />
7    <title>PaneFlag</title>
8  </head>
9  <body>
10    <h1><CODE><a href="../../nw/Overview.html">nw</a>::<a href="../../nw/lyt/Overview.html">lyt</a>::PaneFlag</CODE> Enumerated Type</h1>
11    <h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14enum PaneFlag;
15</pre>
16    </div>
17    <h2>Value</h2>
18    <div class="section">
19      <table class="arguments">
20        <thead>
21          <tr>
22            <th>Value</th>
23            <td>Description</td>
24          </tr>
25        </thead>
26        <tr>
27          <th>PANEFLAG_VISIBLE</th>
28          <td>Flag indicating whether to display the pane.</td>
29        </tr>
30        <tr>
31          <th>PANEFLAG_INFLUENCEDALPHA</th>
32          <td>Flag indicating whether the alpha of the parent pane influences child panes.</td>
33        </tr>
34        <tr>
35          <th>PANEFLAG_LOCATIONADJUST</th>
36          <td>Flag indicating whether the pane is for the position adjustment process.</td>
37        </tr>
38        <tr>
39          <th>PANEFLAG_USERALLOCATED</th>
40          <td>Flag indicating the pane was created by the user.</td>
41        </tr>
42        <tr>
43          <th>PANEFLAG_MTXCONDITION</th>
44          <td>Indicates the condition of the local matrix (first bit).</td>
45        </tr>
46        <tr>
47          <th>PANEFLAG_MTXCONDITION_1</th>
48          <td>Indicates the condition of the local matrix (second bit).</td>
49        </tr>
50        <tr>
51          <th>PANEFLAG_USERMTX</th>
52          <td>Value specified by the user for the SRT matrix (recalculation prohibited).</td>
53        </tr>
54        <tr>
55          <th>PANEFLAG_USERGLOBALMTX</th>
56          <td>Value specified by the user for the global matrix (recalculation prohibited).</td>
57        </tr>
58        <tr>
59          <th>PANEFLAG_MAX</th>
60          <td>The total number of bits used.</td>
61        </tr>
62        <tr>
63          <th>PANEFLAG_MTXCONDITION_LENGTH</th>
64          <td>The number of bits of PANEFLAG_MTXCONDITION.</td>
65        </tr>
66      </table> </div>
67    <h2>Description</h2>
68    <div class="section">
69      <p>Used when making pane display settings.</p>
70    </div>
71    <h2>Revision History</h2>
72    <div class="section">
73      <dl class="history">
74        <dt>2009/09/18</dt>
75        <dd>Initial version.<br />
76        </dd>
77        <dt>2010/04/09</dt>
78        <dd>Added PANEFLAG_MTXCONDITION and PANEFLAG_USERMTX.<br />
79        </dd>
80        <dt>2010/03/26</dt>
81        <dd>Added PANEFLAG_USERALLOCATED.<br />
82        </dd>
83      </dl>
84    </div>
85  <hr><p>CONFIDENTIAL</p></body>
86</html>
87