On Fri, 2003-03-07 at 14:40, florian wrote:
> hi!
> 
> im wondering if its possible to put a treeview column
> automatically/or manually via the code in 'edit mode'.
> 
> basically have a shortcut which creates a new row
> in the treeview. i would like that the user can then
> right away type the text in a column of that just
> created row.
> 
> thanks in advance!
> 
> ciao!
> florian
> 
tree_view.set_cursor( path, col, gtk.TRUE )
tree_view.grab_focus()

should do it.

Thomas


_______________________________________________
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