Implemented wxMenuBar::Insert and wxMenu::Insert.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -62,7 +62,7 @@ public:
|
||||
void HidePopup();
|
||||
|
||||
WXWidget CreateMenu(wxMenuBar *menuBar, WXWidget parent, wxMenu *topMenu,
|
||||
const wxString& title = wxEmptyString,
|
||||
size_t index, const wxString& title = wxEmptyString,
|
||||
bool isPulldown = false);
|
||||
|
||||
// For popups, need to destroy, then recreate menu for a different (or
|
||||
|
Reference in New Issue
Block a user