self.to_create = ["new", "open", "activity", "create_activity", "enact_process"] self.button_info = {"new": "Create a new model", "open": "Open an existing model", "activity": "Perform an activity", "create_activity": "Create a new activity", "enact_process": "Enact process", } self.buttons = {} tk.Label(self, text="Generic").pack(side=tk.LEFT)