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

tWindow

Declaration

Source position: intuition.pas line 1090

type tWindow = record

  NextWindow: pWindow;

  LeftEdge: SmallInt;

  TopEdge: SmallInt;

  Width: SmallInt;

  Height: SmallInt;

  MouseY: SmallInt;

  MouseX: SmallInt;

  MinWidth: SmallInt;

  MinHeight: SmallInt;

  MaxWidth: SmallInt;

  MaxHeight: SmallInt;

  Flags: ULONG;

  MenuStrip: pMenu;

  Title: STRPTR;

  FirstRequest: pRequester;

  DMRequest: pRequester;

  ReqCount: SmallInt;

  WScreen: pScreen;

  RPort: pRastPort;

  BorderLeft: ShortInt;

  BorderTop: ShortInt;

  BorderRight: ShortInt;

  BorderBottom: ShortInt;

  BorderRPort: pRastPort;

  FirstGadget: pGadget;

  Parent: pWindow;

  Descendant: pWindow;

  _Pointer: Pointer;

  PtrHeight: ShortInt;

  PtrWidth: ShortInt;

  XOffset: ShortInt;

  YOffset: ShortInt;

  IDCMPFlags: ULONG;

  UserPort: pMsgPort;

  WindowPort: pMsgPort;

  MessageKey: pIntuiMessage;

  DetailPen: Byte;

  BlockPen: Byte;

  CheckMark: pImage;

  ScreenTitle: STRPTR;

  GZZMouseX: SmallInt;

  GZZMouseY: SmallInt;

  GZZWidth: SmallInt;

  GZZHeight: SmallInt;

  ExtData: Pointer;

  UserData: Pointer;

  WLayer: pLayer;

  IFont: pTextFont;

  MoreFlags: ULONG;

end;


Documentation generated on: 2023-03-18