[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: Please help me
- From: "Rostedt, Steven" <steven rostedt lmco com>
- To: "'gtk-app-devel-list redhat com'" <gtk-app-devel-list redhat com>
- Subject: RE: Please help me
- Date: Mon, 23 Nov 1998 09:28:40 -0500
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]