Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/BusyCursor.1.py
2011-12-30 19:17:09 +00:00

8 lines
139 B
Python

wait = wx.BusyCursor()
for i in xrange(10000):
DoACalculation()
del wait