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

tScreen

Declaration

Source position: intuition.pas line 1226

type tScreen = record

  NextScreen: pScreen;

  FirstWindow: pWindow;

  LeftEdge: SmallInt;

  TopEdge: SmallInt;

  Width: SmallInt;

  Height: SmallInt;

  MouseY: SmallInt;

  MouseX: SmallInt;

  Flags: Word;

  Title: STRPTR;

  DefaultTitle: STRPTR;

  BarHeight: ShortInt;

  BarVBorder: ShortInt;

  BarHBorder: ShortInt;

  MenuVBorder: ShortInt;

  MenuHBorder: ShortInt;

  WBorTop: ShortInt;

  WBorLeft: ShortInt;

  WBorRight: ShortInt;

  WBorBottom: ShortInt;

  Font: pTextAttr;

  ViewPort: tViewPort;

  RastPort: tRastPort;

  BitMap: tBitMap;

  LayerInfo: tLayer_Info;

  FirstGadget: pGadget;

  DetailPen: Byte;

  BlockPen: Byte;

  SaveColor0: Word;

  BarLayer: pLayer;

  ExtData: Pointer;

  UserData: Pointer;

end;


Documentation generated on: 2023-03-18