def __init__(self, parent, title="Manage Packs", *args, **kwargs): TreeDialog.__init__(self, parent, title=title, background=ttk.Style().lookup("TFrame", "background"), separator=True, *args, **kwargs)