Re: [gtk-list] callback parameters messed up



Eric Bourque wrote:
> 
> I've got a button callback which is consistently giving the gpointer
> data in the widget field, and vice versa. This is code that worked fine
> with 1.0.6, and I have just upgraded to 1.3.0. I have checked that I am
> setting things correctly using gdb, but the callback parameter list is
> consistently mixed up. Any ideas?
> 
> Eric

It sounds like you're using gtk_signal_connect_object() when you really
meant to use gtk_signal_connect().

If not, post the signal connection code and the start of the callback.

Damon




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