Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tNewWindow

Declaration

Source position: intuition.pas line 1353

type tNewWindow = record

  LeftEdge: SmallInt;

  TopEdge: SmallInt;

  Width: SmallInt;

  Height: SmallInt;

  DetailPen: Byte;

  BlockPen: Byte;

  IDCMPFlags: ULONG;

  Flags: ULONG;

  FirstGadget: pGadget;

  CheckMark: pImage;

  Title: STRPTR;

  Screen: Pointer;

  BitMap: pBitMap;

  MinWidth: SmallInt;

  MinHeight: SmallInt;

  MaxWidth: SmallInt;

  MaxHeight: SmallInt;

  WType: Word;

end;


Documentation generated on: 2023-03-18