wxpython treectrl

来源:互联网 发布:淘宝团购怎么做 编辑:程序博客网 时间:2024/04/29 03:41
 (child, cookie) = self.tree.GetFirstChild(root) 

            while child.IsOk(): 

                (child, cookie) = self.tree.GetNextChild(root, cookie) 


If you call GetNextChild() when there is no next child, it's not an 
> error --- you just get back an invalid TreeItemId. 
>   child.IsOk() == False



http://wxpython-users.1045709.n5.nabble.com/TreeListCtrl-and-its-edit-control-td2325959.html

0 0
原创粉丝点击