On Sat, 2006-08-19 at 21:42 -0400, Mike Bernson wrote: > I am using a gtk.Entry for something that I want to remove the insert > cursor from. > > Is there any way to not have the insert cursor show up ?
If you want to make it uneditable, use gtk.Editable.set_editable(). Ed _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
