Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/wx.BusyInfo.1.py
2016-05-18 16:38:18 -07:00

8 lines
159 B
Python

wait = wx.BusyInfo("Please wait, working...")
for i in xrange(10000):
DoACalculation()
del wait