tk/winfo server

(tk/winfo 'server #<widget>)
Returns a string containing information about the server for #<widget>'s display. The exact format of this string may vary from platform to platform. For X servers the string has the form ``XmajorRminor vendor vendorVersion'' where major and minor are the version and revision numbers provided by the server (e.g., X11R5), vendor is the name of the vendor for the server, and vendorRelease is an integer release number provided by the server.

© Author | Home | Sitemap