callbacks - debug
- From: David Coquil <dcoquil lisi insa-lyon fr>
- To: gtk-app-devel-list gnome org
- Subject: callbacks - debug
- Date: Tue, 9 Oct 2001 02:33:23 +0000
Hi,
Signal callabcks are generally of the form :
void callback_func(GtkWidget *widget, gpointer data)
and event callbacks are generally of the form :
void callback_func(GtkWidget *widget, GdkEvent *event, gpointer data)
I wonder how much I can reasonably change this in my own callbacks ? Can I
declare callback functions with no widget/data if I don't have any use for
those parameters ? Same with the event param in the case of event callbacks
?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]