class SampleApp(tk.Tk): def __init__(self): tk.Tk.__init__(self) ##Setup tkinter window ........ def switch_frame(self, frame_c