Re: Signal Handling problem
- From: Tristan Van Berkom <vantr touchtunes com>
- To: Vikram Bartakke <vikram unm edu>
- Cc: GTK Apps Devel List <gtk-app-devel-list gnome org>
- Subject: Re: Signal Handling problem
- Date: Fri, 11 Apr 2003 17:04:55 -0400
Returning TRUE in a handler that has an `int' return value
usualy means that that particular signal has been "handled" and
signal emmission "stops". This does not mean that your handler is
"disconected" after returning TRUE; it means that other handlers
that would have recieved "key-press-event" after your handler won't
in that particular instance.
I hope this is clearer to you now;
Good Weekend,
-Tristan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]