Re: Question about right click on a gtkclist
- From: Bertrand Guiheneuf <Bertrand Guiheneuf inria fr>
- To: dmg csg uwaterloo ca, gnome-devel-list gnome org
- Subject: Re: Question about right click on a gtkclist
- Date: Wed, 25 Aug 1999 22:21:11 +0200
Using gtk_clist_get_selection_info () is the way to know which row was clicked
if event is a GdkEventButton,
gtk_clist_get_selection_info (clist, event->x, event->y, &row, &col))
will return selected cell coordinates in row and col.
Cheers,
Bertrand
PS: btw, am I the only one to find GtkClist/tree have a very strange
API ?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]