Can not make submenus
Status: Beta
                
                Brought to you by:
                
                    riaan
                    
                
            When editing a menuitem, I would like to be able to specify 
that the menuitem is a submenu, and assign a wxMenu 
menu to it. 
Right now, I can only assign a popup menu to the 
menubar, however, sometimes it is needed to have a third 
menu level. Note this is very easy to do in wxPython, just 
call the method: 
wxMenu.AppendMenu(id, string, aMenu, helpStr="")
Logged In: YES
user_id=438
This feature was added to the CVS releases of Boa after the
0.2.3 release.
Please check out the latest.
Thanks,
Riaan.