[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

TMenu

Structure to describe a menu

Declaration

Source position: intuition.pas line 121

type TMenu = record

  NextMenu: PMenu;

  

Next Menu on the same level

  LeftEdge: SmallInt;

  

Left position of the select box

  TopEdge: SmallInt;

  

Top position of the select box

  Width: SmallInt;

  

Width of the select box

  Height: SmallInt;

  

Height of the select box

  Flags: Word;

  

Flags for the menu (MENUENABLED, MIDRAWN)

  MenuName: PChar;

  

Text for this Menu Header

  FirstItem: PMenuItem;

  

Pointer to first menu item in chain

  JazzX: SmallInt;

  

  JazzY: SmallInt;

  

  BeatX: SmallInt;

  

  BeatY: SmallInt;

  

end;

See also

TWindow

  

Window structure

ItemAddress

  

Returns the address of the specified MenuItem.

ResetMenuStrip

  

Re-attach a menu strip to a window.

SetMenuStrip

  

Attach a menu strip to a window.


Documentation generated on: 2017-01-10