Type Alias wxd_CustomRenderer_CreateEditorCtrlCallback

Source
pub type wxd_CustomRenderer_CreateEditorCtrlCallback = Option<unsafe extern "C" fn(user_data: *mut c_void, parent: *mut c_void, label_rect: wxd_Rect_t, value: *const wxd_Variant_t) -> *mut c_void>;

Aliased Type§

pub enum wxd_CustomRenderer_CreateEditorCtrlCallback {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut c_void, wxd_Rect_t, *const wxd_Variant_t) -> *mut c_void),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut c_void, wxd_Rect_t, *const wxd_Variant_t) -> *mut c_void)

Some value of type T.