Tkinter Class structure (class per frame) issue with duplicating widgets
问题 Ive been trying out OOP for use with Tkinter - Im getting there (I think) slowly... I wanted to build a structure where each frame is handled by its own class, including all of its widgets and functions. Perhaps I am coming from the wrong angle but that is what makes most logical sense to me. - Feel free to tell me if you agree / disagree! I know why the problem is happening - when im calling each class my __init__ runs everytime and builds the relevant widgets regardless of whether they are