Tk_ItemInsertProc

Type Alias Tk_ItemInsertProc 

Source
pub type Tk_ItemInsertProc = Option<unsafe extern "C" fn(canvas: Tk_Canvas, itemPtr: *mut Tk_Item, beforeThis: c_int, string: *mut Tcl_Obj)>;

Aliased Type§

pub enum Tk_ItemInsertProc {
    None,
    Some(unsafe extern "C" fn(*mut Tk_Canvas_, *mut Tk_Item, i32, *mut Tcl_Obj)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut Tk_Canvas_, *mut Tk_Item, i32, *mut Tcl_Obj))

Some value of type T.