Type Alias wxd_OnDropFiles_Callback

Source
pub type wxd_OnDropFiles_Callback = Option<unsafe extern "C" fn(filenames: *const wxd_ArrayString_t, x: c_int, y: c_int, userData: *mut c_void) -> bool>;

Aliased Type§

pub enum wxd_OnDropFiles_Callback {
    None,
    Some(unsafe extern "C" fn(*const wxd_ArrayString, i32, i32, *mut c_void) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const wxd_ArrayString, i32, i32, *mut c_void) -> bool)

Some value of type T.