mainscreen.py 文件源码

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

项目:WiFi_Password_Viewer 作者: jgrigg2017 项目源码 文件源码
def multi_column_listbox(self, column_names):
        tree = ttk.Treeview(columns=column_names, show='headings')

        for col in tree['columns']:
            tree.column(col, width=300)
            if col == 'Encryption' or col == 'Authentication':
                tree.column(col, width=100)
            tree.heading(col, text=col, anchor='center',
                         command=lambda x=col: self.sort_column(tree, x, False))
        return tree
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号