// Called when the value in the window must be validated.
// This function can pop up an error message.
// Called when the value in the window must be validated.
// This function can pop up an error message.
// Called to transfer data to the window
virtual bool TransferToWindow() { return false; }
// Called to transfer data from the window
// Called to transfer data to the window
virtual bool TransferToWindow() { return false; }
// Called to transfer data from the window
// want to be able to pass wxDefaultValidator to the functions which take
// a wxValidator parameter to avoid using "#if wxUSE_VALIDATORS"
// everywhere
// want to be able to pass wxDefaultValidator to the functions which take
// a wxValidator parameter to avoid using "#if wxUSE_VALIDATORS"
// everywhere
#define wxDefaultValidator (*((wxValidator *)NULL))
// this macro allows to avoid warnings about unused parameters when
#define wxDefaultValidator (*((wxValidator *)NULL))
// this macro allows to avoid warnings about unused parameters when