#define _WX_UNIV_MENUITEM_H_
#ifdef __GNUG__
- #pragma interface "menuitem.h"
+ #pragma interface "univmenuitem.h"
#endif
// ----------------------------------------------------------------------------
int id = wxID_SEPARATOR,
const wxString& name = wxEmptyString,
const wxString& help = wxEmptyString,
- bool isCheckable = FALSE,
+ wxItemKind kind = wxITEM_NORMAL,
wxMenu *subMenu = (wxMenu *)NULL);
virtual ~wxMenuItem();