wxMenu

wxMenu
A menu is the top level menu item, such as "File".

Creation Parameters

To create a submenu, first create a wxMenu object with no parent, then create a new wxMenuItem with the menu as the subMenu parameter.

Functions/Procedures
Supertopics

wxMenu

[proc]
append_separator
( atom menu )

Category: wxMenu

Adds a separator to the end of the menu.


wxMenu

[func]
find_menuitem_by_position
( atom menu, atom position )

Category: wxMenu


wxMenu

[func]
find_menuitem_id
( atom menu, object label_text )

Category: wxMenu


wxMenu

[func]
get_menuitem_count
( atom menu )

Category: wxMenu

Returns the number of items in the menu.


wxMenu

[proc]
insert_separator
( atom menu, integer pos )

Category: wxMenu

Inserts a separator at the given position.