Re: [gtk-list] Passing widgets in signals



>   list = gtk_clist_new_with_titles(1, title);
> <work magic>
>   gtk_widget_show(list);
> 
>   enter = gtk_entry_new ();
>   gtk_signal_connect(GTK_OBJECT(enter), "activate",
> GTK_SIGNAL_FUNC(xmark_process), &list);
> 

List is already a pointer...you don't need the &

iain



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]