I wonder if I can click on a text widget without the blinking cursor being displayed. I need this because I represent a chess board using a text widget (the font being set to some chess font). I would like to be able to indicate a move by clicking on the appropriate fields without being confronted with the blinking cursor (rather do the indication by using colored tags). I've thought that the ROText widget would suffice but it still represents the blinking cursor unfortunately.