On 05/03/2005 10:34:02 AM, John Coppens wrote:
On Tue, 3 May 2005 10:11:49 -0400
André Pedralho <[EMAIL PROTECTED]> wrote:

I'm trying to use the single click on a GtkTreeView. Is there a way for me? The row-activated signal is activated with a double click... I'm needind one that is launched with just one click!

Check 'cursor_changed' - that's normally the one you want.

...but be aware that you can seriously break keynav if you act on it (or "selection-changed", which is another signal you could watch for).
_______________________________________________
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