Skip to main content

wxd_BitmapToggleButton_GetValue

Function wxd_BitmapToggleButton_GetValue 

Source
pub unsafe extern "C" fn wxd_BitmapToggleButton_GetValue(
    btn: *mut wxd_BitmapToggleButton_t,
) -> bool
Expand description

Gets the current toggle state of the button. @param btn The button to query. @return true if the button is pressed/toggled, false otherwise.