Home | Trees | Index | Help |
|
---|
Package wx :: Class SashWindow |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ | SashWindow
SashLayoutWindow
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)
Construct and show a generic Window. |
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.20040428.rpd on Tue Apr 26 14:23:34 2005 | http://epydoc.sf.net |