Re: [gtk-list] Help: Callback arguments
- From: Havoc Pennington <rhpennin midway uchicago edu>
- To: Johan Levin <nivel zigzegv ml org>
- cc: gtk-list redhat com
- Subject: Re: [gtk-list] Help: Callback arguments
- Date: Thu, 17 Dec 1998 13:27:29 -0600 (CST)
On Thu, 17 Dec 1998, Johan Levin wrote:
>
> Is there some simple rule?
>
Nope, you need to look it up for each case. In the source code, you want
to look at the class struct; e.g., for GtkFoo, look in gtk/gtkfoo.h
at struct _GtkFooClass. It might be in the docmentation too, I don't know.
The signals in the class struct don't include the gpointer data; there is
always an implied gpointer data argument.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]