[wxPython] disabling an entire wxMenu

Is there a way to disable an entire wxMenu (short of disabling all the
individual menu items owned by the menu--using menu.Enable(id, false))?

Thanks,
Wayne

···

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users

If its in a wxMenuBar, you can use EnableTop(pos, enable) to
enable/disable the menu numbered pos (from 0 for the leftmost
menu in the menubar).

David

···

wxpython-users@lists.sourceforge.net wrote:

Is there a way to disable an entire wxMenu (short of disabling all the
individual menu items owned by the menu--using menu.Enable(id, false))?

Thanks,
Wayne

__________________________________________________________________
Get your own FREE, personal Netscape Webmail account today at http://webmail.netscape.com/

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users