Re: [gtk-list] how do you pass a struct to a callback function?



Travis Loyd wrote:
> 
> I can't seem to figure out how to pass a struct to a callback function.

In general, you would pass a pointer to a struct with
gtk_signal_connect.
Passing a struct of arbitrary size is not possible.

Stefan



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