ttk::sizegrip

A Ttk widget that goes in the south-east corner of a window and allows you to resize the toplevel that contains it. Note that on MacOS X, all windows used to always have something like this by default.

https://www.tcl-lang.org/man/tcl/TkCmd/ttk_sizegrip.htm documents the widget, which is used in a megawidget or application window to provide a resizing capability.

Formerly called a Tile widget.