Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/BusyCursor.1.py
2012-04-10 03:16:37 +00:00

8 lines
132 B
Python

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