wxValidator
generated from ../src/mod_gui/misc/validator.cppUse wxValidator to create your own validators.
Constants
Properties
| Name | Type | Description |
|---|---|---|
| bellOnError | Boolean | |
| transferFromWindow | Function | Assign a function to this property that transfers the content of the window to a variable. You must return true on success, false on failure. |
| transferToWindow | Function | Assign a function to this property that transfers the variable to the window. You must return true on success, false on failure. |
| validate | Function | Assign a function to this property that checks the content of the associated window. The function can have one argument: the parent of the associated window. This function should return false when the content is invalid, true when it is valid. |
| window | wxWindow | The window associated with this validator. |
© 2002 - 2007 Franky Braem.