Functions | |
| void | SmartWin::AspectFocus::onFocus (typename MessageMapType::itsVoidFunctionTakingVoid eventHandler) |
| Sets the event handler for what function to be called when control loses focus. | |
| void | SmartWin::AspectFocus::onKillFocus (typename MessageMapType::itsVoidFunctionTakingVoid eventHandler) |
| Sets the event handler for what function to be called when control loses focus. | |
| void onFocus | ( | typename MessageMapType::itsVoidFunctionTakingVoid | eventHandler | ) | [inherited] |
Sets the event handler for what function to be called when control loses focus.
This function will be called just after the Widget has gained focus. No parameters are passed.
| void onKillFocus | ( | typename MessageMapType::itsVoidFunctionTakingVoid | eventHandler | ) | [inherited] |