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

TMenu

Declaration

Source position: intuition.pas line 119

type TMenu = record

  NextMenu: PMenu;

  LeftEdge: SmallInt;

  TopEdge: SmallInt;

  Width: SmallInt;

  Height: SmallInt;

  Flags: Word;

  MenuName: PAnsiChar;

  FirstItem: PMenuItem;

  JazzX: SmallInt;

  JazzY: SmallInt;

  BeatX: SmallInt;

  BeatY: SmallInt;

end;


Documentation generated on: 2025-07-25