Functions | |
void | SmartWin::AspectClickable::onClicked (typename MessageMapType::itsVoidFunctionTakingVoid eventHandler) |
Setting the event handler for the "clicked" event. |
void onClicked | ( | typename MessageMapType::itsVoidFunctionTakingVoid | eventHandler | ) | [inherited] |
Setting the event handler for the "clicked" event.
All Widgets that realize this Aspect will raise this event when Widget is being "clicked". To be clicked differs from Widget types, for a button it is pressing the button and releasing it, for another Widget it might be something else. No parameters are passed.