pygtk2reference/class-gtkentry.html
"editable"Read/WriteIf TRUE the entry contents can be edited

if u have only 2.8+ to support
entry.props.editable = False

or else you can either set via glade OR

entry.set_property('editable') = False

which works for all recent GTK and PyGTK versions

--
Nikos Kouremenos | Jabber ID: [EMAIL PROTECTED] | http://members.hellug.gr/nkour
_______________________________________________
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