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

RE: Please help me




Someone correct me if I'm wrong, but  I believe
button_pressed_event signals call a function with three parameters.
GtkWidget *, GdkEvent *, gpointer data.

Your "data" parameter in MakeMove is actualy the "event" 
and not the data you passed.

There should be a section in the tutorial that maps the
events and the parameters used for ALL types of signals
used with the related functions.
If there already is, then please let me know where.
ie. "button_pressed_event"  -> (GtkWidget *, GdkEvent *, gpointer)
"clicked" -> (GtkWidget *, gpointer)
etc.
Thank you!

> What am I doing wrong?!
> Greetings, Norbert de Jonge
> 
> ----------------------------------------------------------------
> Get your free email from AltaVista at http://altavista.iname.com << File:
> text, base64 encoded >> 



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