mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-02-01 00:20:08 +01:00
8 lines
132 B
Python
8 lines
132 B
Python
|
|
wait = wx.BusyCursor()
|
|
|
|
for i in xrange(10000):
|
|
DoACalculation()
|
|
|
|
del wait
|