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

TMenu

Declaration

Source position: intuition.pas line 121

type TMenu = record

  NextMenu: PMenu;

  LeftEdge: SmallInt;

  TopEdge: SmallInt;

  Width: SmallInt;

  Height: SmallInt;

  Flags: Word;

  MenuName: PChar;

  FirstItem: PMenuItem;

  JazzX: SmallInt;

  JazzY: SmallInt;

  BeatX: SmallInt;

  BeatY: SmallInt;

end;


Documentation generated on: 2023-03-18