passing multiple parameters to gtk_signal_connect

From: berthelot samuel (samuel.berthelot_at_voila.fr)
Date: 11/26/03


Date: 26 Nov 2003 06:00:12 -0800

Hi ,
Has anyone ever pass multiple parameters to a gtk_signal_connect
function ?
What I want to achieve is when I click on a button I want the text
contains in 3 different textbox (GTKEntry) processed by the function
that is called by the gtk_signal_connect of the button. If anyone has
a code example that might be very helpful since the examples in the
doc are all too simple...
cheers,
Sam