tk/winfo children

(tk/winfo 'children #<widget>)
Returns a list containing the path names of all the children of #<widget>. Top-level windows are returned as children of their logical parents. The list is in stacking order, with the lowest window first, except for Top-level windows which are not returned in stacking order. Use the wm stackorder command to query the stacking order of Top-level windows.

© Author | Home | Sitemap