When I tab into a gtk.Entry, all the text gets selected.  When I click in
it, my cursor get's placed, and no text is selected.  Since the default for
my particular application will be to replace the text, I would like to
select it all when I click in it.  I've tried calling entry.select_region(0,-1)
from various signal handlers, but it always seems to get undone.  Can
someone suggest a solution?

Thanks.

-- 
Darren Hart
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to