]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/frame.h
support retina display
[wxWidgets.git] / include / wx / frame.h
index f32a20d70ab567bca942da274305f8f101581d01..d4624663b43cf590be82cf592ade9f0e13415f99 100644 (file)
@@ -205,6 +205,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