tk/winfo pathname

(tk/winfo 'pathname ?#:displayof #<widget>? id)
Returns the path name of the window whose X identifier is id. Id must be a decimal, hexadecimal, or octal integer and must correspond to a window in the invoking application. If the #:displayof option is given then the identifier is looked up on the display of window; otherwise it is looked up on the display of the application's main window.

© Author | Home | Sitemap