]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_choice.i
Buffered DCs now take non-const bitmaps
[wxWidgets.git] / wxPython / src / _choice.i
index 365dda2c5a3e33cb2db503752a10b68f60307fa3..b642a6b7841dd0289379cf76af48a594065d9122 100644 (file)
@@ -86,6 +86,10 @@ function.", "");
 
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
+
+    %property(CurrentSelection, GetCurrentSelection, doc="See `GetCurrentSelection`");
+    
 };
 
 //---------------------------------------------------------------------------