Package wx :: Class PyWindow
[frames | no frames]

Type PyWindow

object --+            
         |            
    Object --+        
             |        
    EvtHandler --+    
                 |    
            Window --+
                     |
                    PyWindow

Known Subclasses:
AnalogClockWindow

Proxy of C++ PyWindow class
Method Summary
Window __init__(self, parent, id, pos, size, style, name)
Construct and show a generic Window.
  __repr__(self)
bool base_AcceptsFocus(self)
bool base_AcceptsFocusFromKeyboard(self)
  base_AddChild(self, child)
Size base_DoGetBestSize(self)
(width, height) base_DoGetClientSize()
(x,y) base_DoGetPosition()
(width, height) base_DoGetSize()
Size base_DoGetVirtualSize(self)
  base_DoMoveWindow(self, x, y, width, height)
  base_DoSetClientSize(self, width, height)
  base_DoSetSize(self, x, y, width, height, sizeFlags)
  base_DoSetVirtualSize(self, x, y)
VisualAttributes base_GetDefaultAttributes(self)
Size base_GetMaxSize(self)
  base_InitDialog(self)
  base_RemoveChild(self, child)
bool base_ShouldInheritColours(self)
bool base_TransferDataFromWindow(self)
bool base_TransferDataToWindow(self)
bool base_Validate(self)
  SetBestSize(self, size)

Instance Method Details

__init__(self, parent, id=-1, pos=DefaultPosition, size=DefaultSize, style=0, name=PanelNameStr)
(Constructor)

Construct and show a generic Window.
Parameters:
parent
           (type=Window)
id
           (type=int)
pos
           (type=Point)
size
           (type=Size)
style
           (type=long)
name
           (type=String)
Returns:
Window
Overrides:
wx.Window.__init__ (inherited documentation)

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:23:03 2005 http://epydoc.sf.net