pub unsafe extern "C" fn wxd_RearrangeList_IsChecked(
self_: *mut wxd_RearrangeList_t,
index: c_int,
) -> boolExpand 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.