Akuli / teek

Simpler alternative to tkinter.
MIT License
31 stars 5 forks source link

treeview #4

Open Akuli opened 5 years ago

Akuli commented 5 years ago

i haven't used treeviews much, but from what i remember they were a pain

tk's and tkinter's treeviews involve passing id strings around a lot, and i don't like that

instead id-y strings should be abstracted away with pythonic objects (don't be arfaid to e.g. make things behave like lists or dicts)

like i said, i don't know much about treeviews... but here is a manual page: https://www.tcl.tk/man/tcl/TkCmd/ttk_treeview.htm

Akuli commented 5 years ago

just opened that man page and realized it's kind of huge, maybe google for some example tkinter or tcl code to get started :D