def __init__(self, parent, *args): ttk.Frame.__init__(self, parent, *args) self.parent = parent ##################################################