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

touchgfx::RadioButton::setDeselectionEnabled() method

@fn void RadioButton::setDeselectionEnabled(bool state) States whether or not it is possible to de-select the RadioButton by clicking it. States whether or not it is possible to de-select the RadioButton by clicking it.

Syntax

void setDeselectionEnabled(bool state);

Arguments

state

true if it should be possible to de-select by click.

References

LocationText
RadioButton.hpp:170
void setDeselectionEnabled(bool state)

Data Use

Data read by touchgfx::RadioButton::setDeselectionEnabled()
Data written by touchgfx::RadioButton::setDeselectionEnabled()
touchgfx::RadioButton::setDeselectionEnabled()