// Author: Vadim Zeitlin
// Modified by:
// Created: 15.11.99
-// RCS-ID: $Id$
// Copyright: (c) wxWidgets team
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// 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