Re: Clist_get_selction



>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]