git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3638
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// menubar construction
WXHMENU Create();
void Append(wxMenu *menu, const wxString& title);
+ void Insert(int pos, wxMenu * menu, const wxString& title);
+ void ReplaceMenu(int pos, wxMenu * new_menu, const wxString& title);
+ int FindMenu(const wxString& title);
+ void Detach();
virtual void Delete(wxMenu *menu, int index = 0); /* Menu not destroyed */
// state control