PDA

View Full Version : [SOLVED] Python gnome.ui.Druid quit command



DamjanDimitrioski
September 6th, 2008, 12:52 AM
Hi,
my program has a menu with "new druid" sub item in file, so
can I Kill the Druid from the cancel button, cause from default in a tutorial from where I got the Druid as an working example it had gtk.main_quit, can something else be putted instead it ?

Thanks in advance.

DamjanDimitrioski
September 6th, 2008, 04:11 PM
I solved it, it has gtk.Window and I just set window.destroy() and it exits now.