...
The WindowStatus structure combines the status, coordinates and Z-order data types.
Member name | Member type | Description |
---|---|---|
status | Integer | The status combines window attribute bits (see remarks below) |
coords | Window coordinate structure | |
order | ZOrder enumeration member |
Remarks
The window status member can be a combination of the following values:
For IWindow::GetStatus | |
JGS_WINDOWSTATUS_SHOW | 0x0008 |
JGS_WINDOWSTATUS_HIDE | 0x0010 |
JGS_ACTIVATE | 0x0080 |
JGS_DEACTIVATE | 0x0100 |
JGS_MINIMIZE | 0x0400 |
JGS_MAXIMIZE | 0x0800 |
| |
For IWindow::SetStatus | |
JGS_WINDOWSTATUS_SIZE | 0x0001 |
JGS_WINDOWSTATUS_MOVE | 0x0002 |
JGS_WINDOWSTATUS_ZORDER | 0x0004 |
JGS_WINDOWSTATUS_SHOW | 0x0008 |
JGS_WINDOWSTATUS_HIDE | 0x0010 |
JGS_WINDOWSTATUS_ACTIVATE | 0x0080 |
JGS_WINDOWSTATUS_DEACTIVATE | 0x0100 |
JGS_WINDOWSTATUS_MINIMIZE | 0x0400 |
JGS_WINDOWSTATUS_MAXIMIZE | 0x0800 |
JGS_WINDOWSTATUS_RESTORE | 0x1000 |