]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_cmndlgs.i
more properties
[wxWidgets.git] / wxPython / src / _cmndlgs.i
index cb5b1984a7d6cd4496a95bc5f75966626e97aa8e..d2cb1632ff0d6af2ffa3db084cfed563c0b5ac1b 100644 (file)
@@ -488,6 +488,9 @@ public:
     DocDeclStr(
         void , SetSelection(int sel),
         "Set the current selected item to sel", "");
+
+    %property(Selection, GetSelection, SetSelection, doc="See `GetSelection` and `SetSelection`");
+    %property(StringSelection, GetStringSelection, doc="See `GetStringSelection`");
 };