Hello, again a transmit pb! I want to transmit clist_text in order to update the clist defined like this: GtkWidget *clist; char *clist_text[nb1][nb2]; So I want to pass clist_text to the function called update (still related to gtk_signal_connect_object). But don't know how to do that :-( I believe I can't use g_new since it only accepts one arg and I have two args... What can I do? Anthony -- http://www.freeciv.fr.st _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
