Package p6 :: Package ui :: Package pages :: Module xrcpage :: Class XrcPage
[show private | hide private]
[frames | no frames]

Type XrcPage

object --+                        
         |                        
    Object --+                    
             |                    
    EvtHandler --+                
                 |                
            Window --+            
                     |            
                 Panel --+        
                         |        
                   PyPanel --+    
                             |    
                    XrcWizPage --+
                                 |
                                XrcPage


Generic page class.
Method Summary
  __init__(self, parent, headline, xrcfile, xrcid)
    Inherited from XrcWizPage
  onChanged(self, event)
  onChanging(self, event)
  validate(self, event)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
    Inherited from XrcWizPage
Implements __implemented__ = <implementedBy ccwx.xrcwiz.XrcWizPage>
ClassProvides __provides__ = <zope.interface.declarations.ClassProvide...

Instance Method Details

__init__(self, parent, headline, xrcfile, xrcid)
(Constructor)

Parameters:
parent - Parent window object
           (type=wx.Window)
headline - Text to display above this page
           (type=String)
xrcfile - the source of the page's XRC; may be one of the following:
  • handle to a file-like object
  • String containing the XRC filename
  • String containing the XRC chunk
xrcid - The ID of the object in the xrcfile to load as the page.
           (type=String)
Overrides:
ccwx.xrcwiz.XrcWizPage.__init__

Generated by Epydoc 2.1 on Fri Jun 24 12:01:23 2005 http://epydoc.sf.net