RhetTbull / guitk

Python GUI Toolkit for Tk (guitk): simplify the layout and construction of tkinter graphical user interfaces in python using a declarative syntax.
MIT License
18 stars 1 forks source link

Add convenience method to get all values in TreeView #17

Open RhetTbull opened 3 years ago

RhetTbull commented 3 years ago
for child in tree.get_children():
    print(tree.item(child)["values"])