You are not logged in.

#1 2009-06-07 19:21:38

LeafStorm
Member
From: North Carolina
Registered: 2009-05-20
Posts: 51
Website

PyGTK GTK.Dialog doesn't disappear when destroyed

I'm creating a Python module for precanned GTK dialog boxes. The code to create the dialog box works fine - I get the return code, etc. I want - but when I try to destroy the dialog box, the box freezes until the interpreter exits. The function returns and interpreter still runs - likely, the calling program would continue to run perfectly - but the box stays with its button held down, not responding to requests for destruction. I am calling 'gtk_dialog_object.hide_all()' then 'gtk_dialog_object.destroy()', but still it does not disappear. Any comments on the proper destruct sequence?


Thanks,
Matthew Frazier

Offline

Board footer

Powered by FluxBB