Inherited by WidgetButton, WidgetCheckBox, WidgetComboBox, WidgetDataGrid, WidgetDateTimePicker, WidgetGroupBox, WidgetRadioButton, WidgetStatic, WidgetStatusBar, and WidgetTreeView.
Public Member Functions | |
| void | onClicked (typename MessageMapType::itsVoidFunctionTakingVoid eventHandler) |
| Setting the event handler for the "clicked" event. | |
E.g. the WidgetButton have a "clicked" Aspect therefore it realizes the AspectClickable through inheritance. When you click a Widget which realizes this Aspect the onClicked event will be raised.