|
Share and Money Management 0.18devel
|
Force filled TextCtrl widgets. More...
Public Member Functions | |
| def | Clone (self) |
| Standard cloner. More... | |
| def | Validate (self, unused) |
| Validate the contents of the given text control. More... | |
Public Member Functions inherited from gui.controls.BaseValidator | |
| def | __init__ (self) |
| Constructor. More... | |
| def | Clone (self) |
| Standard cloner. More... | |
| def | Validate (self, unused) |
| Validate the contents of the given control. More... | |
| def | TransferToWindow (self) |
| Transfer data from validator to window. More... | |
| def | TransferFromWindow (self) |
| Transfer data from window to validator. More... | |
Force filled TextCtrl widgets.
| def gui.controls.NotEmptyValidator.Clone | ( | self | ) |
Standard cloner.
Reimplemented from gui.controls.BaseValidator.
| def gui.controls.NotEmptyValidator.Validate | ( | self, | |
| unused | |||
| ) |
Validate the contents of the given text control.
Reimplemented from gui.controls.BaseValidator.