Home | Trees | Index | Help |
|
---|
Package wx :: Class SashWindow |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ | SashWindow
SashLayoutWindow
Proxy of C++ SashWindow class
Method Summary | |
---|---|
Window |
Construct and show a generic Window. |
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)
|
<function HasBorder at 0x86bc08> is deprecated | |
int | SashHitTest(self,
x,
y,
tolerance)
|
SetDefaultBorderSize(self,
width)
| |
SetExtraBorderSize(self,
width)
| |
SetMaximumSizeX(self,
max)
| |
SetMaximumSizeY(self,
max)
| |
SetMinimumSizeX(self,
min)
| |
SetMinimumSizeY(self,
min)
| |
<function SetSashBorder at 0x86bb18> is deprecated | |
SetSashVisible(self,
edge,
sash)
| |
SizeWindows(self)
|
Property Summary | |
---|---|
DefaultBorderSize : See GetDefaultBorderSize and SetDefaultBorderSize | |
ExtraBorderSize : See GetExtraBorderSize and SetExtraBorderSize | |
MaximumSizeX : See GetMaximumSizeX and SetMaximumSizeX | |
MaximumSizeY : See GetMaximumSizeY and SetMaximumSizeY | |
MinimumSizeX : See GetMinimumSizeX and SetMinimumSizeX | |
MinimumSizeY : See GetMinimumSizeY and SetMinimumSizeY | |
thisown : The membership flag |
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.
|
HasBorder(*args, **kwargs)<function HasBorder at 0x86bc08> is deprecated |
SetSashBorder(*args, **kwargs)<function SetSashBorder at 0x86bb18> is deprecated |
Property Details |
---|
DefaultBorderSizeSee
|
ExtraBorderSizeSee
|
MaximumSizeXSee
|
MaximumSizeYSee
|
MinimumSizeXSee
|
MinimumSizeYSee
|
thisownThe membership flag |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:51:32 2009 | http://epydoc.sf.net |