touchgfx::RadioButtonGroup::setRadioButtonDeselectedHandler() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::RadioButtonGroup::setRadioButtonDeselectedHandler()

touchgfx::RadioButtonGroup::setRadioButtonDeselectedHandler() method

@fn void RadioButtonGroup::setRadioButtonDeselectedHandler(GenericCallback& callback) Associate an action with a radio button. Associates an action to be performed when a radio button belonging to this group transition from selected to unselected. @see GenericCallback

Syntax

void setRadioButtonDeselectedHandler(GenericCallback< const AbstractButton& >& callback);

Arguments

callback

The callback to be executed. The callback will be given a reference to the RadioButton that was selected.

References

LocationText
RadioButtonGroup.hpp:223
void setRadioButtonDeselectedHandler(GenericCallback< const AbstractButton& >& callback)