tk/wm iconposition

(tk/wm 'iconposition #<widget> ?x y?)
If x and y are specified, they are passed to the window manager as a hint about where to position the icon for #<widget>. In this case an empty string is returned. If x and y are specified as empty strings then any existing icon position hint is cancelled. If neither x nor y is specified, then the command returns a Tcl list containing two values, which are the current icon position hints (if no hints are in effect then an empty string is returned).

© Author | Home | Sitemap