[gtk-list] Re: multiple arguments to callback function

1999-11-24 Thread Stephen Witkop
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 *

[gtk-list] Re: multiple arguments to callback function

1999-11-24 Thread Cigaes
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