Add wx.menuBar.UpdateMenus

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-08-01 18:30:37 +00:00
parent 0f83f5da39
commit c428754898

View File

@@ -309,6 +309,9 @@ public:
// called before deleting the menubar normally
virtual void Detach();
// update all menu item states in all menus
virtual void UpdateMenus();
#ifdef __WXMAC__
static void SetAutoWindowMenu( bool enable );
static bool GetAutoWindowMenu();