Function wxd_RearrangeList_MoveCurrentUp

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

Moves the currently selected item one position up.

@param self The RearrangeList instance. @return true if the item was moved, false otherwise.