From: Robin Dunn Date: Mon, 16 Oct 2006 18:27:03 +0000 (+0000) Subject: Don't make a property out of GetEnableEffects, it hides the X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d1cf7e2aa447ca21e187e49bb2b106c869306c3f?hp=cd46ad2be42e28d2f85c4ebdfcd107a5a5e6abb9 Don't make a property out of GetEnableEffects, it hides the EnableEffects method git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_cmndlgs.i b/wxPython/src/_cmndlgs.i index 0d4f248359..8cfb75b8dd 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`");