On Fri, 2006-07-07 at 12:07 -0300, Juan Pablo wrote:
> Hello all.
> 
> I made a window with a GtkTreeView with editable cells. They work OK.
> Ive also put a "Clear" button, which empties the edited cells, and it works.
> 
> What i wanted is that when it finishes clearing, the focus goes to the
> first editable cell of the treeview and start editing.
> The problem is that the cursor goes there but it dosnt start editing.
> 
> Any idea? Thanks!

Look at gtk_cell_renderer_start_editing
http://developer.gnome.org/doc/API/2.0/gtk/GtkCellRenderer.html#gtk-cell-renderer-start-editing

Regards.
-- 
Iago Rubio

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to