Re: Signal Handling problem



        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]