X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d1cf7e2aa447ca21e187e49bb2b106c869306c3f..9ac884500ce30c58e24b0a6af1288b576d2e03e4:/wxPython/src/_cmndlgs.i diff --git a/wxPython/src/_cmndlgs.i b/wxPython/src/_cmndlgs.i index 8cfb75b8dd..f488af7ecb 100644 --- a/wxPython/src/_cmndlgs.i +++ b/wxPython/src/_cmndlgs.i @@ -834,13 +834,13 @@ abort is not confirmed the dialog may be resumed with `Resume` function. DocDeclAStr( - virtual bool , UpdatePulse(const wxString& newmsg = wxPyEmptyString, + virtual bool , Pulse(const wxString& newmsg = wxPyEmptyString, bool *OUTPUT), - "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.", ""); - + %pythoncode { UpdatePulse = Pulse } DocDeclStr( void , Resume(),