Ihandle_ Struct Reference
[Object Handle]
Detailed Description
Structure used by all the elements.
Field Documentation
|
IUP Signature, initialized with "IUP", cleared on destroy |
|
serial number used for controls that need a numeric id, initialized with -1 |
|
native handle. initialized when mapped. InativeHandle definition is system dependent. |
|
upper-left corner relative to the native parent. always 0 for the dialog. |
|
user defined size for the control using SIZE or RASTERSIZE |
|
the calculated size based in the control contents and the user size |
|
actual size of the control in pixels (window size, including decorations and margins). |
|
previous control in the hierarchy tree |
|
first child control in the hierarchy tree |
|
next control inside parent |
|
private control data. automatically freed if not NULL in destroy |