Unit 'Intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#arosunits]

TNewWindow

Declaration

Source position: intuition.pas line 758

type TNewWindow = record

  LeftEdge: SmallInt;

  TopEdge: SmallInt;

  Width: SmallInt;

  Height: SmallInt;

  DetailPen: Byte;

  BlockPen: Byte;

  IDCMPFlags: LongWord;

  Flags: LongWord;

  FirstGadget: PGadget;

  CheckMark: PImage;

  Title: PChar;

  Screen: PScreen;

  BitMap: PBitMap;

  MinWidth: SmallInt;

  MinHeight: SmallInt;

  MaxWidth: Word;

  MaxHeight: Word;

  WType: Word;

end;


Documentation generated on: 2023-03-18