(no title)
noncovalence | 1 year ago
It's definitely worth learning at least some very basic Tcl if you want to get as much as possible out of tkinter - sometimes you end up having to use `widget.tk.eval()` to use a Tk feature that tkinter doesn't provide a good wrapper for.
[1] https://www.tcl.tk/man/tcl/TkCmd/contents.html [2] https://www.tcl.tk/man/tcl/TkCmd/pack.htm#M27
No comments yet.