Relative Content

Tag Archive for pythonclasstkintercustomtkinter

I can’t seem to get a function in one class to properly call a function in another class in tkinter – Python

I am having trouble getting this text box to print text when the button from Class3 is pressed. If I call the same function from Class2 then everything is fine. But from Class 3 not so much. I can still call the function (It even prints to the console) But it does not change the Text window. Can’t figure out what I am missing. I am still learning classes in python so having trouble phrasing my questions online to get the desired results.