Function wxd_RearrangeList_Create

Source
pub unsafe extern "C" fn wxd_RearrangeList_Create(
    parent: *mut wxd_Window_t,
    id: wxd_Id,
    pos: wxd_Point,
    size: wxd_Size,
    order: *const c_int,
    orderCount: c_int,
    items: *mut *const c_char,
    itemsCount: c_int,
    style: wxd_Style_t,
) -> *mut wxd_RearrangeList_t
Expand description

Creates a wxRearrangeList control.

@param parent The parent window. @param id The window identifier. @param pos The window position. @param size The window size. @param order Array specifying the initial order of items (positive=checked, negative=unchecked). @param orderCount Number of elements in the order array. @param items Array of strings containing the items to show. @param itemsCount Number of items. @param style The window style. @return Pointer to the created control or NULL on failure.