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

TScreen

Declaration

Source position: intuition.pas line 650

type TScreen = record

  NextScreen: PScreen;

  FirstWindow: PWindow;

  LeftEdge: SmallInt;

  TopEdge: SmallInt;

  Width: SmallInt;

  Height: SmallInt;

  MouseX: SmallInt;

  MouseY: SmallInt;

  Flags: Word;

  Title: PChar;

  DefaultTitle: PChar;

  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