Control(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0, validator=DefaultValidator, name=ControlNameStr) -> None Control() -> None
This is the base class for a control or “widget”.
Initialize self. See help(type(self)) for accurate signature. |
|
DoGetBestSize(self) -> Size |
|
Enable(enable=True) -> bool |
|
GetFont() -> Font |
|
SetFont(font) -> bool |
|
|
|
|
Control(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0, validator=DefaultValidator, name=ControlNameStr) -> None Control() -> None
This is the base class for a control or “widget”.
Initialize self. See help(type(self)) for accurate signature.
DoGetBestSize(self) -> Size
Enable(enable=True) -> bool
Enable or disable the window for user input.
GetFont() -> Font
Returns the font for this window.
SetFont(font) -> bool
Sets the font for this window.