【发布时间】:2010-03-02 22:55:29
【问题描述】:
我是 wxPython 的新手。有人可以帮助我吗:
如何在 Frame/Panel 上添加多个 TreeListCtrl,如下所示:
First TreeListCtrl
show the tree and its child
Second TreeListCtrl
show the tree and its child
Third TreeListCtrl
show the tree and its child
其次,在 wxPython 中实现 TreeListCtrl 的最佳方法是什么,如下图所示的 TreeList(显示为黑色边框)?我需要自定义默认的 wxPython TreeListCtrl 还是没有它有什么办法?有什么建议吗?
alt text http://www.freeimagehosting.net/uploads/b0b9583224.png
实际上,我想在 TreeList 中显示/添加多个根,我知道这在 wxPython 中是不可能的,那么实现此类功能的正确方法是什么?
问候,
【问题讨论】:
标签: wxpython