[hafqa] [hafqa] [Bug 1244] New: gtk.Notebook does not propagate the 'destroy' signal to its children
From: bugzilla-daemon at maemo.org bugzilla-daemon at maemo.orgDate: Mon Apr 23 21:53:06 EEST 2007
- Previous message: [hafqa] [Bug 1243] New: gtk.Scale's set_draw_value breaks tick marks
- Next message: [hafqa] [Bug 1245] New: gtk.SpinButton buttons are microscopic
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
https://maemo.org/bugzilla/show_bug.cgi?id=1244 Summary: gtk.Notebook does not propagate the 'destroy' signal to its children Product: haf Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: gtk AssignedTo: tommi.komulainen at nokia.com ReportedBy: sean at cs.gmu.edu QAContact: hafqa at maemo.org Instead, you must manually hook into Notebook's 'destroy' method to call something like this: def _destroy(self): for i in self.notebook.get_children(): i.destroy() -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
- Previous message: [hafqa] [Bug 1243] New: gtk.Scale's set_draw_value breaks tick marks
- Next message: [hafqa] [Bug 1245] New: gtk.SpinButton buttons are microscopic
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]