Re: [pygtk] Activate row in TreeView with single click

2011-09-13 Thread Timo
On 09-09-11 21:05, juanma17a wrote: Hello, I am trying to make my TreeView trigger a row-activated signal when a row is selected with a single click. How can I do this? Don't think it's possible, but if you want to execute code when a user selects a single line, use the treeselection[1] instead

[pygtk] Activate row in TreeView with single click

2011-09-12 Thread juanma17a
Hello, I am trying to make my TreeView trigger a row-activated signal when a row is selected with a single click. How can I do this? Thanks! ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http:

Re: [pygtk] Activate row in TreeView with single click

2007-11-02 Thread Alec Hussey
Yuri Pimenov wrote: treeview.get_selection().connect('changed', handler) On 02/11/2007, Alec Hussey <[EMAIL PROTECTED]> wrote: Hello all, I am trying to make my TreeView trigger a row-activated signal when a row is selected with a single click, rather than how it is now where you have to do

[pygtk] Activate row in TreeView with single click

2007-11-01 Thread Alec Hussey
Hello all, I am trying to make my TreeView trigger a row-activated signal when a row is selected with a single click, rather than how it is now where you have to double click in order to "activate" the row. How can I do this? Thanks! -- Alec Hussey