These methods have cruft that I'm not sure is still necessary, or if it 
is still necessary, we should really remove the necessity.

Specifically, I'm referring to imgKey and to a lesser extent caption. 
The caption should be set using myPage.Caption = "Page 1", and the 
imgKey shouldn't be necessary for there to be an image on the page tab.

I also want to change the 'pgCls' argument to 'page', and specify in the 
docstring that the page argument can be either a class or an instance.

Here's what I want to see:

def appendPage(self, page=None):
   """Append the page to the pageframe.

   The page argument can be a class or instance. If no page
   argument is specified, dabo.ui.dPage will be used.

   Return the page instance.
   """

But I'm just not sure if it'll work, as its been years since I've looked 
at this.

Thoughts?

Paul


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to