pub const xpMsg_ButtonStateChanged: _bindgen_ty_39 = 1301;Expand description
This message is sent when a button is clicked that has radio button or * check box behavior and its value changes. (Note that if the value changes * by setting a property you do not receive this message!) Parameter one is * the widget ID of the button, parameter 2 is the new state value, either * zero or one. This message is dispatched up the widget hierarchy.