public:
// ctor & dtor
wxMenuItem( wxMenu* pParentMenu = NULL
- ,int nId = ID_SEPARATOR
+ ,int nId = wxID_SEPARATOR
,const wxString& rStrName = ""
,const wxString& rWxHelp = ""
,bool bCheckable = FALSE
// 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