wxMenu: wxItem

A menu is a popup (or pull down) list of items, one of which may be selected before the menu goes away (clicking elsewhere dismisses the menu). At present, menus may only be used to construct menu bars, but will eventually have wider use.

A menu item has an integer ID associated with it which can be used to identify the selection, or to change the menu item in some way.

wxMenu::wxMenu

wxMenu::~wxMenu

wxMenu::Append

wxMenu::AppendSeparator

wxMenu::Check

wxMenu::Enable

wxMenu::FindItem

wxMenu::FindItemById

wxMenu::GetHelpString

wxMenu::GetLabel

wxMenu::GetTitle

wxMenu::SetHelpString

wxMenu::SetLabel

wxMenu::SetTitle