Message parameter passed for GM_DOMAIN
Source position: intuition.pas line 2142
type TgpDomain = record |
||
MethodID: PtrUInt; |
|
|
gpd_GInfo: PGadgetInfo; |
|
|
gpd_RPort: PRastPort; |
|
RastPort to calculate dimensions for. |
gpd_Which: LongInt; |
|
what to calculate (GDOMAIN_*) |
gpd_Domain: TIBox; |
|
Resulting domain |
gpd_Attrs: PTagItem; |
|
Additional attributes. None defines yet |
end; |
This method is invoked to learn about the sizing requirements of your class, before an object is created. This is AROS specific.