Try connecting to the 'edited' signal of the CellRendererText that the user clicks on. AFAIK, the TreeView itself doesn't emit any signals that are useful for editing. -Alan
On Fri, Aug 14, 2009 at 11:23 AM, Tobias Weber<[email protected]> wrote: > Hi, > my TreeView is editable. When a row is clicked I want something to > happen. > > I use get_selection().connect("changed") for the latter. But when a > row is already selected it doesn't fire because editing starts. > > Can I somehow have a doubeclick start editing? > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://faq.pygtk.org/ > _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
