[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

TgpDomain

Message parameter passed for GM_DOMAIN

Declaration

Source position: intuition.pas line 2142

type TgpDomain = record

  MethodID: LongWord;

  

GM_DOMAIN

  gpd_GInfo: PGadgetInfo;

  

  gpd_RPort: PRastPort;

  

RastPort to calculate dimensions for.

  gpd_Which: LONG;

  

what to calculate (GDOMAIN_*)

  gpd_Domain: TIBox;

  

Resulting domain

  gpd_Attrs: PTagItem;

  

Additional attributes. None defines yet

end;

Description

This method is invoked to learn about the sizing requirements of your class, before an object is created. This is AROS specific.


Documentation generated on: 2017-01-10