teek icon indicating copy to clipboard operation
teek copied to clipboard

treeview

Open Akuli opened this issue 7 years ago • 1 comments
trafficstars

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 avatar Aug 25 '18 16:08 Akuli

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

Akuli avatar Aug 25 '18 16:08 Akuli