X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dba7934c9d1b520ff7b48cd0d80cc52f8be6a052..015131a1fd95d4fcfb2bbd660197ad5185cc8992:/wxPython/src/_cmndlgs.i diff --git a/wxPython/src/_cmndlgs.i b/wxPython/src/_cmndlgs.i index 0d4f248359..f488af7ecb 100644 --- a/wxPython/src/_cmndlgs.i +++ b/wxPython/src/_cmndlgs.i @@ -650,7 +650,7 @@ dialog (Windows only). The default value is false.", ""); %property(AllowSymbols, GetAllowSymbols, SetAllowSymbols, doc="See `GetAllowSymbols` and `SetAllowSymbols`"); %property(ChosenFont, GetChosenFont, SetChosenFont, doc="See `GetChosenFont` and `SetChosenFont`"); %property(Colour, GetColour, SetColour, doc="See `GetColour` and `SetColour`"); - %property(EnableEffects, GetEnableEffects, doc="See `GetEnableEffects`"); +// %property(EnableEffects, GetEnableEffects, doc="See `GetEnableEffects`"); %property(InitialFont, GetInitialFont, SetInitialFont, doc="See `GetInitialFont` and `SetInitialFont`"); %property(ShowHelp, GetShowHelp, SetShowHelp, doc="See `GetShowHelp` and `SetShowHelp`"); @@ -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(),