mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-03-18 06:30:08 +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
|