tk/winfo id

(tk/winfo 'id #<widget>)
Returns a hexadecimal string giving a low-level platform-specific identifier for #<widget>. On Unix platforms, this is the X window identifier. Under Windows, this is the Windows HWND. On the Macintosh the value has no meaning outside Tk.

© Author | Home | Sitemap