root wrote:
> 
> hello everybody:
> 
> I hava a crear button that is supposed to clear two text boxes, i
> writed the signal connect like this:
> 
>      
>gtk_signal_connect(GTK_OBJECT(button7),"clicked",GTK_SIGNAL_FUNC(on_button7_clicked),text1);
> 
> How can i pass the text2 argument????
> 
You can create a structure which contains both pointers, and then you
pass to gtk_signal_connect the address of this structure.

+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.

Reply via email to