glade

GtkAboutDialog not working when press two times

GtkAboutDialog not working when press two times Question: I am starting GtkAboutDialog from a menubar item. This is the function toggling the dialog: def open_about(self, *args): x = about.run() if x == -4: # When pressing close; about.destroy() If I click the menubar about item once, there is no problem, dialog opens and I can …

Total answers: 1

Glade or no glade: What is the best way to use PyGtk?

Glade or no glade: What is the best way to use PyGtk? Question: I’ve been learning python for a while now with some success. I even managed to create one or two (simple) programs using PyGtk + Glade. The thing is: I am not sure if the best way to use GTK with python is …

Total answers: 11