]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/frame.h
proper default for iphone
[wxWidgets.git] / include / wx / frame.h
index f32a20d70ab567bca942da274305f8f101581d01..41927f775a6c47e12617753fd3d1f3b34022cc13 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Vadim Zeitlin
 // Modified by:
 // Created:     15.11.99
-// RCS-ID:      $Id$
 // Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -205,6 +204,10 @@ protected:
     // frame
     virtual void AttachMenuBar(wxMenuBar *menubar);
 
+    // Return true if we should update the menu item state from idle event
+    // handler or false if we should delay it until the menu is opened.
+    static bool ShouldUpdateMenuFromIdle();
+
     wxMenuBar *m_frameMenuBar;
 #endif // wxUSE_MENUS