: '''[winfo] width''' ''window'' Returns the current ''actual'' width of the [widget] called ''window''. Note that this is not necessarily what the widget wants it to be — see [winfo reqwidth] for that — especially when the widget is first created (the actual width starts as a dummy value because there's no actual window there to start out with) but there can be disconnects for other reasons, such as [geometry manager]s or [window manager]s imposing changes for reasons of overall layout or user preference. <> Command | GUI