]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/gizmos/msw/gizmos.py
silence a bogus error message
[wxWidgets.git] / wxPython / contrib / gizmos / msw / gizmos.py
index 4e081d708dcd4b2f1b1be59b5818dd354a298749..f4beda5db4e3e42aec394d4423d168be3cfef29a 100644 (file)
@@ -429,6 +429,8 @@ class TreeListCtrl(core.Control):
             Size size=DefaultSize, long style=TR_DEFAULT_STYLE, 
             Validator validator=DefaultValidator, 
             String name=TreeListCtrlNameStr) -> bool
+
+        Do the 2nd phase and create the GUI control.
         """
         return _gizmos.TreeListCtrl_Create(*args, **kwargs)
 
@@ -490,21 +492,15 @@ class TreeListCtrl(core.Control):
 
     def AssignImageList(*args, **kwargs):
         """AssignImageList(ImageList imageList)"""
-        val = _gizmos.TreeListCtrl_AssignImageList(*args, **kwargs)
-        args[1].thisown = 0
-        return val
+        return _gizmos.TreeListCtrl_AssignImageList(*args, **kwargs)
 
     def AssignStateImageList(*args, **kwargs):
         """AssignStateImageList(ImageList imageList)"""
-        val = _gizmos.TreeListCtrl_AssignStateImageList(*args, **kwargs)
-        args[1].thisown = 0
-        return val
+        return _gizmos.TreeListCtrl_AssignStateImageList(*args, **kwargs)
 
     def AssignButtonsImageList(*args, **kwargs):
         """AssignButtonsImageList(ImageList imageList)"""
-        val = _gizmos.TreeListCtrl_AssignButtonsImageList(*args, **kwargs)
-        args[1].thisown = 0
-        return val
+        return _gizmos.TreeListCtrl_AssignButtonsImageList(*args, **kwargs)
 
     def AddColumn(*args, **kwargs):
         """AddColumn(String text)"""
@@ -610,6 +606,8 @@ class TreeListCtrl(core.Control):
         """SetItemPyData(TreeItemId item, PyObject obj)"""
         return _gizmos.TreeListCtrl_SetItemPyData(*args, **kwargs)
 
+    GetPyData = GetItemPyData 
+    SetPyData = SetItemPyData 
     def SetItemHasChildren(*args, **kwargs):
         """SetItemHasChildren(TreeItemId item, bool has=True)"""
         return _gizmos.TreeListCtrl_SetItemHasChildren(*args, **kwargs)