Re: Clist_get_selction
- From: Paul Davis <pbd op net>
- To: David Swiston <skyrat_backup23 yahoo com>
- Cc: gtk-list gnome org
- Subject: Re: Clist_get_selction
- Date: Mon, 23 Sep 2002 09:32:03 -0400
>if(event->button==3){
>
>int *row,*col;
these should not be pointers.
>gtk_clist_get_selection_info(GTK_CLIST(user_data),int(event->x,(int)event->y,r
>ow,col)}
int row, col;
gtk_clist_get_selection_info(GTK_CLIST(user_data),int(event->x,(int)event->y,
&row,&col)}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]