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

touchgfx::RadioButton::setSelected() method

@fn void RadioButton::setSelected(bool newSelected); Sets the radio buttons selected state. Sets the radio buttons selected state.

Syntax

void setSelected(bool newSelected);

Arguments

newSelected

the new selected state.

References

LocationText
RadioButton.hpp:198
void setSelected(bool newSelected);