tk/place slaves

(tk/place 'slaves window)
Returns a Tcl list of all the slave windows for which window is the master.

If there are no slaves for window then an empty string is returned.

If the configuration of a window has been retrieved with tk/place info, that configuration can be restored later by first using tk/place forget to erase any existing information for the window and then invoking tk/place configure with the saved information.


© Author | Home | Sitemap