dabo Commit Revision 2275 Date: 2006-08-31 06:08:49 -0700 (Thu, 31 Aug 2006) Author: ed
Changed: U trunk/dabo/dApp.py
Log: Forgot to commit this last night. This adds the addToAbout() method to the main app class.
Diff: Modified: trunk/dabo/dApp.py =================================================================== --- trunk/dabo/dApp.py 2006-08-31 03:09:08 UTC (rev 2274) +++ trunk/dabo/dApp.py 2006-08-31 13:08:49 UTC (rev 2275) @@ -554,6 +554,12 @@ dlg.show() + def addToAbout(self): + """Adds additional app-specific information to the About form. + This is just a stub method; override in subclasses if needed.""" + pass + + def clearActiveForm(self, frm): """Called by the form when it is deactivated.""" if frm is self.ActiveForm:
©2006 Ed Leafe |