X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d55734102e25f5d11bcb4bbac39083320afd3699..6bda7508c6e41365b69fdf690b3070991098a7af:/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