Skip to main content

wxd_BitmapToggleButton_SetValue

Function wxd_BitmapToggleButton_SetValue 

Source
pub unsafe extern "C" fn wxd_BitmapToggleButton_SetValue(
    btn: *mut wxd_BitmapToggleButton_t,
    state: bool,
)
Expand description

Sets the toggle state of the button. @param btn The button to modify. @param state The new toggle state.