pub unsafe extern "C" fn wxd_BitmapToggleButton_GetValue(
btn: *mut wxd_BitmapToggleButton_t,
) -> boolExpand 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.