]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_cmndlgs.i
wxStaticLineNameStr
[wxWidgets.git] / wxPython / src / _cmndlgs.i
index 8cfb75b8dd82be2d1d48a29279f2a5cbc69727fd..f488af7ecb141b6d3900c7db26eb42beaeea17c8 100644 (file)
@@ -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(),