| 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_OnInternalIdle(self)
|
| |
base_RemoveChild(self,
child)
|
| bool |
base_ShouldInheritColours(self)
|
| bool |
base_TransferDataFromWindow(self)
|
| bool |
base_TransferDataToWindow(self)
|
| bool |
base_Validate(self)
|
| bool |
DoEraseBackground(self,
dc)
|
| |
SetBestSize(self,
size)
|