X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d55734102e25f5d11bcb4bbac39083320afd3699..0d2653ff9752af0cb4ba2b9fc9090700805cb4c5:/wxPython/src/_radio.i diff --git a/wxPython/src/_radio.i b/wxPython/src/_radio.i index 275dce10c6..93a78b647d 100644 --- a/wxPython/src/_radio.i +++ b/wxPython/src/_radio.i @@ -70,8 +70,8 @@ public: %pythoncode { SetItemLabel = SetString }; // change the individual radio button state - %name(EnableItem) virtual void Enable(int n, bool enable = True); - %name(ShowItem) virtual void Show(int n, bool show = True); + %name(EnableItem) virtual void Enable(int n, bool enable = true); + %name(ShowItem) virtual void Show(int n, bool show = true); #ifndef __WXGTK__ // layout parameters