tk/wm frame

(tk/wm 'frame #<widget>)
If #<widget> has been reparented by the window manager into a decorative frame, the command returns the platform specific window identifier for the outermost frame that contains #<widget> (the window whose parent is the root or virtual root). If #<widget> hasn't been reparented by the window manager then the command returns the platform specific window identifier for #<widget>.

© Author | Home | Sitemap