add detachmenu, insert menu, replace menu
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -212,6 +212,10 @@ public:
 | 
				
			|||||||
    // menubar construction
 | 
					    // menubar construction
 | 
				
			||||||
    WXHMENU Create();
 | 
					    WXHMENU Create();
 | 
				
			||||||
    void Append(wxMenu *menu, const wxString& title);
 | 
					    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 */
 | 
					    virtual void Delete(wxMenu *menu, int index = 0); /* Menu not destroyed */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // state control
 | 
					    // state control
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user