Function wxd_SpinCtrl_Create

Source
pub unsafe extern "C" fn wxd_SpinCtrl_Create(
    parent: *mut wxd_Window_t,
    id: wxd_Id,
    value: *const c_char,
    pos: wxd_Point,
    size: wxd_Size,
    style: wxd_Style_t,
    min_val: c_int,
    max_val: c_int,
    initial_val: c_int,
) -> *mut wxd_SpinCtrl_t