tk/winfo atomname

(tk/winfo 'atomname ?#:displayof #<widget>? id)
Returns the textual name for the atom whose integer identifier is id. If the #:displayof option is given then the identifier is looked up on the display of #<widget>; otherwise it is looked up on the display of the application's main window. This command is the inverse of the tk/winfo atom command. It generates an error if no such atom exists.

© Author | Home | Sitemap