]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_menu.i
fixed a crash and a leak in GetShortcutTarget() (closes bug 1541321)
[wxWidgets.git] / wxPython / src / _menu.i
index 0e3b113553dd532e003fd0f401bab046a24587a0..3db6b187862d2cb582ff79d6704dea5cc62bd0a5 100644 (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();