hello,
I wasn’t able to find this in the online docs. Is there a way to set the current radio position of a menu filled with radio items?
thanks,
Jeff
hello,
I wasn’t able to find this in the online docs. Is there a way to set the current radio position of a menu filled with radio items?
thanks,
Jeff
Hello,
On Thu, Oct 29, 2009 at 3:45 PM, Jeff Peery jeffpeery@yahoo.com wrote:
hello,
I wasn’t able to find this in the online docs. Is there a way to set the current radio position of a menu filled with radio items?
Find the MenuItem in the menu that you want to set and call:
wx.MenuItem.Check(True)
Cody