Re: Question about how to start editing GTree.cell_renderer_text's in some easy and safe way...

"Stalkern 2 (Fastweb)" <[email protected]> Mon, 07 Jun 2010 15:57:35 +0200
Newsgroups gmane.comp.lang.ocaml.lib.gtk
Message-ID <[email protected]>
Stalkern 2 (Fastweb) wrote:
> Jacques Garrigue wrote:
>> From: "Stalkern 2 (Fastweb)" <[email protected]>
>>> I was looking at the tree.ml example provided with lablgtk2 and I was
>>> modifying it so to get cell editing just as soon as cursor is moved to
>>> an editable cell, without needing to activate the row or press the
>>> [Space] key or the [Return] key.
>> [...]

I just found a complete discussion about this very same problem at

http://www.ruby-forum.com/topic/130202

It seems that it is the grabbing of focus that "steals" the start of
editing. I'm starting to work on it now.

Very interesting indeed...

:-)))

Ernesto