Hi, I have a ListStore with 3 column of type gobject.TYPE_STRING, the
first and thirth columns are editable, but the second is not. I have an
"Add" button that when I click it append a new row to the model, so I
want that the first cell in the view's new row get selected and ready to
insert text (as if I clicked the cell), and that when I finished with
that cell, the thirth cell get "activated". I already use the "edited"
signal of the render to get the text inserted and put that text in the
model.  Thanks in advance.

--
Mauricio Tellez

_______________________________________________
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