#include <mt_wndm.h>
Data Fields | |
int | handle |
AES handle of the window. | |
int | attrib |
window widget attributes | |
long | status |
WinDom status of the window (see constants WS_). | |
W_GRAFPORT * | graf |
VDI virtual workstation opened for the window. | |
W_MENU | menu |
Information related to the window menu (if exist). | |
W_FORM | tool |
Information related to the window toolbar (if exist). | |
W_ICON | icon |
Information needed when window is iconified. | |
GRECT | createsize |
Original window size. | |
int | __rsvd [11] |
reserved | |
char * | name |
char * | info |
window name and information bar | |
INT16 | w_max |
INT16 | h_max |
maximal window size | |
INT16 | w_min |
INT16 | h_min |
minimal window size | |
long | xpos |
long | ypos |
relative data position in the window | |
long | xpos_max |
long | ypos_max |
Maximal values of previous variables. | |
INT16 | w_u |
INT16 | h_u |
vertical and horizontal scroll offset | |
_window * | next |
next window | |
int | type |
user window type | |
LIST | data |
window data - reserved | |
LIST | binding |
window events - reserved |
|
reserved
|
|
window widget attributes
|
|
window events - reserved
|
|
Original window size.
|
|
window data - reserved
|
|
VDI virtual workstation opened for the window.
|
|
maximal window size
|
|
minimal window size
|
|
vertical and horizontal scroll offset
|
|
AES handle of the window.
|
|
Information needed when window is iconified.
|
|
window name and information bar
|
|
Information related to the window menu (if exist).
|
|
|
|
next window
|
|
WinDom status of the window (see constants WS_).
|
|
Information related to the window toolbar (if exist).
|
|
user window type
|
|
|
|
|
|
|
|
|
|
|
|
relative data position in the window
|
|
Maximal values of previous variables.
|