public:
// ctor & dtor
wxMenuItem( wxMenu* pParentMenu = NULL
- ,int nId = ID_SEPARATOR
+ ,int nId = wxID_SEPARATOR
,const wxString& rStrName = ""
,const wxString& rWxHelp = ""
,bool bCheckable = FALSE
virtual void Check(bool bDoCheck = TRUE);
virtual bool IsChecked(void) const;
-#if wxUSE_ACCEL
- virtual wxAcceleratorEntry* GetAccel(void) const;
-#endif // wxUSE_ACCEL
-
// unfortunately needed to resolve ambiguity between
// wxMenuItemBase::IsCheckable() and wxOwnerDrawn::IsCheckable()
bool IsCheckable(void) const { return wxMenuItemBase::IsCheckable(); }