Function wxd_RearrangeList_IsChecked

Source
pub unsafe extern "C" fn wxd_RearrangeList_IsChecked(
    self_: *mut wxd_RearrangeList_t,
    index: c_int,
) -> bool
Expand description

Checks if the item at the given index is checked.

@param self The RearrangeList instance. @param index The index of the item. @return true if checked, false otherwise.