Tried to catch a ctrl-c by -

signal.signal(signal.SIGINT, mn.onQuit())

where mn is an instance of

class MoveNode:
         def onQuit (self, *args) :
                 gtk_main_quit ()
It isn't working and all the documentation I've been reading got me 
mixed up.
Does gtk take care of UNIX signals and how can I access those signals 
when they pop up ?
Thankx
-- 
Lior Kesos ,  [EMAIL PROTECTED]
Aduva re.search("meaning",self)
============================
KISS - Keep It Simple Stupid.

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to