Re: SIGNAL REDIRECTION
- From: Melvin Hadasht <melvin hadasht free fr>
- To: Jean Chapelle <jchapell ulb ac be>
- Cc: gtk-list gnome org
- Subject: Re: SIGNAL REDIRECTION
- Date: Thu, 19 May 2005 14:09:22 +0200
Hi,
Events (they end with "event" ) callback usually return a boolean value.
If the return value is TRUE, then other handlers are not invoked anymore.
In your case, make sure that your callback function return FALSE.
More generally, always check the declaration of callback functions for the events you register. E.g.:
http://www.gtk.org/api/2.6/gtk/GtkWidget.html#GtkWidget-key-press-event
Cheers,
--
Melvin Hadasht
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]