Skip to main content

wxd_ProgressDialog_Create

Function wxd_ProgressDialog_Create 

Source
pub unsafe extern "C" fn wxd_ProgressDialog_Create(
    parent: *mut wxd_Window_t,
    title: *const c_char,
    message: *const c_char,
    maximum: c_int,
    style: wxd_Style_t,
) -> *mut wxd_ProgressDialog_t