275
262
# Now, automatically find any the user didn't specify in glade
277
264
# using convention suggested by glade
281
268
# Using the convention that the top level window is not
282
269
# specified in the handler name. That is use
283
270
# on_destroy() instead of on_windowname_destroy()
284
271
if widget is callback_obj:
287
274
do_connect(item, sig, handler_names,
288
275
callback_handler_dict, builder.connections)