]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/controls2.i
Added SplitTree sample to the demo
[wxWidgets.git] / wxPython / src / controls2.i
index 298d60550208a817597d16c0b5d9cd12f8c57e3f..12990e015cd4dfd32562575634d5185cf1b5ee86 100644 (file)
@@ -919,6 +919,7 @@ public:
     wxTreeItemId();
     ~wxTreeItemId();
     bool IsOk();
+    %pragma(python) addtoclass = "Ok = IsOk"
 
     %addmethods {
         int __cmp__(wxTreeItemId* other) {