Relative Content

Tag Archive for tkintertkinter-canvascustomtkintertkinter-layouttkinter-button

proxy_coord(), proxy_forget(), proxy_place() inside PanedWindow class of Tkinter not working

Does anyone knows why all these methods proxy_coord(), proxy_forget(), proxy_place() keep throwing error when I try using them? The error looks something like this “_tkinter.TclError: bad command “proxy”: must be add, configure, cget, forget, identify, insert, instate, pane, panes, sashpos, or state”. It seems like this command “proxy” haven’t been registered into the Tcl.