mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-31 16:10:07 +01:00
8 lines
159 B
Python
8 lines
159 B
Python
|
|
wait = wx.BusyInfo("Please wait, working...")
|
|
|
|
for i in xrange(10000):
|
|
DoACalculation()
|
|
|
|
del wait
|