X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/02b800ce7c2bb1c1f08075f22be2e7412124b47f..d7d47fe2f60a22b6efad8462c6f96c0b8dc60464:/wxPython/src/_choice.i?ds=inline 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`"); + }; //---------------------------------------------------------------------------