Re: Missing ACCEL_CLOSURES_CHANGED function protype.



On Sun, 14 Dec 2003, Jeff Franks wrote:

> Hi,
>
> I've noticed there is no function prototype for ACCEL_CLOSURES_CHANGED
> declared in the GtkWidgetClass struct in widget.h. It this intentional?

no default handler for widgets is required for it.
if you mean to connect to it, your callback's signature should be
void callback (GtkWidget*, gpointer data);

> Jeff Franks.

---
ciaoTJ




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