UpdatePulse --> Pulse
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -834,13 +834,13 @@ abort is not confirmed the dialog may be resumed with `Resume` function.
|
|||||||
|
|
||||||
|
|
||||||
DocDeclAStr(
|
DocDeclAStr(
|
||||||
virtual bool , UpdatePulse(const wxString& newmsg = wxPyEmptyString,
|
virtual bool , Pulse(const wxString& newmsg = wxPyEmptyString,
|
||||||
bool *OUTPUT),
|
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
|
"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
|
interminante mode and calls `wx.Gauge.Pulse` to show the user a bit of
|
||||||
progress.", "");
|
progress.", "");
|
||||||
|
%pythoncode { UpdatePulse = Pulse }
|
||||||
|
|
||||||
DocDeclStr(
|
DocDeclStr(
|
||||||
void , Resume(),
|
void , Resume(),
|
||||||
|
Reference in New Issue
Block a user