To create a submenu, first create a wxMenu object with no parent, then create a new wxMenuItem with the menu as the subMenu parameter.
Adds a separator to the end of the menu.
Returns a pointer to the wxMenuItem specified by the id.
Returns the number of items in the menu.
Inserts a separator at the given position.