Re: GtkTreeView SIGNALS
- From: Peter Bloomfield <peterbloomfield bellsouth net>
- To: John Coppens <john jcoppens com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: GtkTreeView SIGNALS
- Date: Tue, 03 May 2005 14:41:33 +0000
On 05/03/2005 10:34:02 AM, John Coppens wrote:
On Tue, 3 May 2005 10:11:49 -0400
André Pedralho <apedralho gmail com> 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).
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]