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

tMenu

Declaration

Source position: intuition.pas line 176

type tMenu = record

  NextMenu: pMenu;

  LeftEdge: SmallInt;

  TopEdge: SmallInt;

  Width: SmallInt;

  Height: SmallInt;

  Flags: Word;

  MenuName: STRPTR;

  FirstItem: pMenuItem;

  JazzX: SmallInt;

  JazzY: SmallInt;

  BeatX: SmallInt;

  BeatY: SmallInt;

end;


Documentation generated on: 2023-03-18