Tk_ItemDCharsProc

Type Alias Tk_ItemDCharsProc 

Source
pub type Tk_ItemDCharsProc = Option<unsafe extern "C" fn(canvas: Tk_Canvas, itemPtr: *mut Tk_Item, first: c_int, last: c_int)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.