Skip to main content

wxd_AnimationCtrl_Create

Function wxd_AnimationCtrl_Create 

Source
pub unsafe extern "C" fn wxd_AnimationCtrl_Create(
    parent: *mut wxd_Window_t,
    id: wxd_Id,
    animation_file: *const c_char,
    x: c_int,
    y: c_int,
    width: c_int,
    height: c_int,
    style: i64,
    name: *const c_char,
) -> *mut wxd_AnimationCtrl_t