reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2908,16 +2908,17 @@ class ProgressDialog(Frame):
|
||||
"""
|
||||
return _windows_.ProgressDialog_Update(*args, **kwargs)
|
||||
|
||||
def UpdatePulse(*args, **kwargs):
|
||||
def Pulse(*args, **kwargs):
|
||||
"""
|
||||
UpdatePulse(self, String newmsg) --> (continue, skip)
|
||||
Pulse(self, String newmsg) --> (continue, skip)
|
||||
|
||||
Just like `Update` but switches the dialog to use a gauge in
|
||||
interminante mode and calls `wx.Gauge.Pulse` to show the user a bit of
|
||||
progress.
|
||||
"""
|
||||
return _windows_.ProgressDialog_UpdatePulse(*args, **kwargs)
|
||||
return _windows_.ProgressDialog_Pulse(*args, **kwargs)
|
||||
|
||||
UpdatePulse = Pulse
|
||||
def Resume(*args, **kwargs):
|
||||
"""
|
||||
Resume(self)
|
||||
|
Reference in New Issue
Block a user