| Method Summary |
| PyWizardPage |
__init__(self,
parent,
bitmap,
resource)
|
| |
__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)
|
| Size |
base_GetMaxSize(self)
|
| |
base_InitDialog(self)
|
| |
base_RemoveChild(self,
child)
|
| bool |
base_TransferDataFromWindow(self)
|
| bool |
base_TransferDataToWindow(self)
|
| bool |
base_Validate(self)
|
| bool |
Create(self,
parent,
id,
pos,
size,
style,
name)
Create the GUI part of the Window for 2-phase creation mode. |