Cigaes wrote:
>
> Aaron Walker, dans le message (.gtk.general:269), a écrit :
> > but, obviously, this did not work. Is there a way to pass multiple
> > arguments to a callback or would I go about doing this a different way?
>
> You can pass only one pointer. I see two solutions:
>
> GtkText *
Aaron Walker, dans le message (.gtk.general:269), a écrit :
> but, obviously, this did not work. Is there a way to pass multiple
> arguments to a callback or would I go about doing this a different way?
You can pass only one pointer. I see two solutions:
GtkText **multi_callback;
multi_callback