tk/winfo visualsavailable

(tk/winfo 'visualsavailable #<widget> ?includeids?)
Returns a list whose elements describe the visuals available for #<widget>'s screen. Each element consists of a visual class followed by an integer depth. The class has the same form as returned by tk/winfo visual. The depth gives the number of bits per pixel in the visual. In addition, if the includeids argument is provided, then the depth is followed by the X identifier for the visual.

© Author | Home | Sitemap