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

Type SashWindow

object --+            
         |            
    Object --+        
             |        
    EvtHandler --+    
                 |    
            Window --+
                     |
                    SashWindow

Known Subclasses:
SashLayoutWindow

Proxy of C++ SashWindow class


Method Summary
Window __init__(self, parent, id, pos, size, style, name)
Construct and show a generic Window.
  __repr__(self)
bool Create(self, parent, id, pos, size, style, name)
Create the GUI part of the Window for 2-phase creation mode.
int GetDefaultBorderSize(self)
int GetEdgeMargin(self, edge)
int GetExtraBorderSize(self)
int GetMaximumSizeX(self)
int GetMaximumSizeY(self)
int GetMinimumSizeX(self)
int GetMinimumSizeY(self)
bool GetSashVisible(self, edge)
bool HasBorder(self, edge)
int SashHitTest(self, x, y, tolerance)
  SetDefaultBorderSize(self, width)
  SetExtraBorderSize(self, width)
  SetMaximumSizeX(self, max)
  SetMaximumSizeY(self, max)
  SetMinimumSizeX(self, min)
  SetMinimumSizeY(self, min)
  SetSashBorder(self, edge, border)
  SetSashVisible(self, edge, sash)
  SizeWindows(self)

Instance Method Details

__init__(self, parent, id=-1, pos=DefaultPosition, size=DefaultSize, style=wxCLIP_CHILDREN|wxSW_3D, name=SashNameStr)
(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)

Create(self, parent, id=-1, pos=DefaultPosition, size=DefaultSize, style=wxCLIP_CHILDREN|wxSW_3D, name=SashNameStr)

Create the GUI part of the Window for 2-phase creation mode.

Parameters:
parent
           (type=Window)

id
           (type=int)

pos
           (type=Point)

size
           (type=Size)

style
           (type=long)

name
           (type=String)

Returns:
bool
Overrides:
wx.Window.Create (inherited documentation)

Generated by Epydoc 2.1.20050511.rpd on Sun Mar 26 10:04:48 2006 http://epydoc.sf.net