no message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2000-03-07 21:26:54 +00:00
parent fbf5995c02
commit 3e282d337f
2 changed files with 21 additions and 12 deletions

View File

@@ -73,6 +73,11 @@ public:
// menu handle depending on what we're
int GetRealId(void) const;
//
// All OS/2PM Submenus and menus have one of these
//
MENUITEM m_vMenuData;
private:
DECLARE_DYNAMIC_CLASS(wxMenuItem)
}; // end of CLASS wxMenuItem