xpButtonBehaviorRadioButton

Constant xpButtonBehaviorRadioButton 

Source
pub const xpButtonBehaviorRadioButton: _bindgen_ty_37 = 2;
Expand description

Radio button behavior. The button immediately sets its state to one and * sends out a xpMsg_ButtonStateChanged message if it was not already set to * one. You must turn off other radio buttons in a group in your code.