tk/winfo interps

(tk/winfo 'interps ?#:displayof #<widget>?)
Returns a list whose members are the names of all Tcl interpreters (e.g. all Tk-based applications) currently registered for a particular display. If the #:displayof option is given then the return value refers to the display of #<widget>; otherwise it refers to the display of the application's main window.

© Author | Home | Sitemap