SourceForge.net wxMenu

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


wxMenu

[func]
get_menuitem_count
( atom menu )

Category: wxMenu


wxMenu

[proc]
insert_separator
( atom menu, integer pos )

Category: wxMenu