Function wxd_Slider_Create

Source
pub unsafe extern "C" fn wxd_Slider_Create(
    parent: *mut wxd_Window_t,
    id: wxd_Id,
    value: c_int,
    minValue: c_int,
    maxValue: c_int,
    pos: wxd_Point,
    size: wxd_Size,
    style: wxd_Style_t,
) -> *mut wxd_Slider_t