Hi Is it possible to get wxMenuItem::GetMenu wrapped please?
On a related note, how else is it possible to traverse the menu structure to delete a menu item? It seems as though you need to call Menu->Destroy, but the trick seems to be getting the Menu object. In my case I have a menubar->menus->submenus->several items. I found that menubar-FindMenu('Tools') works ok on top level menus, but I can't figure out the trick to get a submenu this way?
Pointers appreciated! Ed W
