]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/frame.h
added precomp-headers-exclude (DSP files only so far) and fixed dependencies for...
[wxWidgets.git] / include / wx / frame.h
index be765cc7e796c40e0d6a865aa5d3467b31df040b..9c8aa12b1529a72cf857ce52d84098e13311da51 100644 (file)
@@ -146,8 +146,9 @@ public:
     void OnMenuHighlight(wxMenuEvent& event);
 
 #if wxUSE_MENUS
-    // send wxUpdateUIEvents for all menu items (called from OnIdle())
-    void DoMenuUpdates();
+    // send wxUpdateUIEvents for all menu items in the menubar,
+    // or just for menu if non-NULL
+    void DoMenuUpdates(wxMenu* menu = NULL);
 #endif // wxUSE_MENUS
 
     // do the UI update processing for this window