tk/winfo name

(tk/winfo 'name #<widget>)
Returns #<widget>'s name (i.e. its name within its parent, as opposed to its full path name). The command (tk/winfo 'name tk) will return the name of the application.

© Author | Home | Sitemap