| Home | Trees | Index | Help |
|
|---|
| Package wx :: Class SashWindow |
|
object--+ |Object--+ |EvtHandler--+ |Window--+ | SashWindow
SashLayoutWindowProxy of C++ SashWindow class
| Method Summary | |
|---|---|
| Window |
Construct and show a generic Window. |
__repr__(self)
| |
| bool |
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)
|
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.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Sun Mar 26 10:04:48 2006 | http://epydoc.sf.net |