X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/02b800ce7c2bb1c1f08075f22be2e7412124b47f..6caa0f5cd18fe9fb39c207d5f31fa5633479a822:/wxPython/src/_choice.i?ds=sidebyside diff --git a/wxPython/src/_choice.i b/wxPython/src/_choice.i index 365dda2c5a..b642a6b784 100644 --- a/wxPython/src/_choice.i +++ b/wxPython/src/_choice.i @@ -86,6 +86,10 @@ function.", ""); static wxVisualAttributes GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); + + + %property(CurrentSelection, GetCurrentSelection, doc="See `GetCurrentSelection`"); + }; //---------------------------------------------------------------------------