I've made a gui using GLADE and written all callback function names in there so that I should be able to use autoconnect for all signals in the python program. However, in some places I need the handler ID. Is there a way to get the handler ID *after* the connection has been made? /Fredrik