nw::lyt::PaneFlag Enumerated Typeenum PaneFlag;
| Value | Description |
|---|---|
| PANEFLAG_VISIBLE | Flag indicating whether to display the pane. |
| PANEFLAG_INFLUENCEDALPHA | Flag indicating whether the alpha of the parent pane influences child panes. |
| PANEFLAG_LOCATIONADJUST | Flag indicating whether the pane is for the position adjustment process. |
| PANEFLAG_USERALLOCATED | Flag indicating the pane was created by the user. |
| PANEFLAG_MTXCONDITION | Indicates the condition of the local matrix (first bit). |
| PANEFLAG_MTXCONDITION_1 | Indicates the condition of the local matrix (second bit). |
| PANEFLAG_USERMTX | Value specified by the user for the SRT matrix (recalculation prohibited). |
| PANEFLAG_USERGLOBALMTX | Value specified by the user for the global matrix (recalculation prohibited). |
| PANEFLAG_MAX | The total number of bits used. |
| PANEFLAG_MTXCONDITION_LENGTH | The number of bits of PANEFLAG_MTXCONDITION. |
Used when making pane display settings.
CONFIDENTIAL