def add_sizegrip(self, side="right", anchor="s"): """Adds a SizeGrip to the Statusbar.""" widget = ttk.Sizegrip(self) widget.pack(side=side, anchor=anchor) return widget