texturebrowser.py 文件源码

python
阅读 17 收藏 0 点赞 0 评论 0

项目:DoomTileEditor 作者: jmickle66666666 项目源码 文件源码
def __init__(self, parent):
        Frame.__init__(self, parent)
        self.parent = parent
        self.config(width=200)

        self.collections = []

        self.collection_list = Treeview(self, selectmode="browse")
        self.collection_list.heading("#0", text="Texture Collections")
        self.collection_list.bind("<<TreeviewSelect>>", self.on_select)
        self.collection_list.pack(fill=Y, expand=1)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号