]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/menu.h
Start/EndDrawingOnTop are still used under Motif, don't deprecate them
[wxWidgets.git] / include / wx / menu.h
index 624e2669efacf1d250ec6deb69a34e19b32cbbd3..5e31cede132774c4921df014c6610dd24d864930 100644 (file)
@@ -476,6 +476,9 @@ public:
     // don't want menu bars to accept the focus by tabbing to them
     virtual bool AcceptsFocusFromKeyboard() const { return false; }
 
+    // update all menu item states in all menus
+    virtual void UpdateMenus();
+
 protected:
     // the list of all our menus
     wxMenuList m_menus;