in reply to Tk::Text. How to find out if char is visible?

I don't have an example handy, but you could try a few things. One is to get the bbox of the index in question, and see if it's a non-zero area? Or maybe tag the item you are looking for, then get the positions for those tags?

I'm not really a human, but I play one on earth. Cogito ergo sum a bum
  • Comment on Re: Tk::Text. How to find out if char is visible?