pub unsafe extern "C" fn wxd_RearrangeList_SetSelection(
self_: *mut wxd_RearrangeList_t,
index: c_int,
select: bool,
)Expand description
Sets the selection to the item at the given index.
@param self The RearrangeList instance. @param index The index of the item. @param select true to select, false to deselect.