| Home | Trees | Index | Help |
|
|---|
| Package wx :: Class PyControl |
|
object--+ |Object--+ |EvtHandler--+ |Window--+ |Control--+ | PyControl
Calendar,
GenButton,
GenStaticBitmap,
GenStaticText,
PopButton,
PopupControl,
Ticker| Method Summary | |
|---|---|
| Control |
Create a Control. |
__repr__(self)
| |
| bool | base_AcceptsFocus(self)
|
| bool | base_AcceptsFocusFromKeyboard(self)
|
base_AddChild(self,
child)
| |
base_ApplyParentThemeBackground(self,
c)
| |
| 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_RemoveChild(self,
child)
| |
| bool | base_ShouldInheritColours(self)
|
| bool | base_TransferDataFromWindow(self)
|
| bool | base_TransferDataToWindow(self)
|
| bool | base_Validate(self)
|
SetBestSize(self,
size)
| |
| Instance Method Details |
|---|
__init__(self,
parent,
id=-1,
pos=DefaultPosition,
size=DefaultSize,
style=0,
validator=DefaultValidator,
name=ControlNameStr)
Create a Control. Normally you should only call this from a subclass'
__init__ as a plain old wx.Control is not very useful. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20040428.rpd on Tue Nov 9 17:04:01 2004 | http://epydoc.sf.net |