Tk_ItemAreaProc

Type Alias Tk_ItemAreaProc 

Source
pub type Tk_ItemAreaProc = Option<unsafe extern "C" fn(canvas: Tk_Canvas, itemPtr: *mut Tk_Item, rectPtr: *mut f64) -> c_int>;

Aliased Type§

pub enum Tk_ItemAreaProc {
    None,
    Some(unsafe extern "C" fn(*mut Tk_Canvas_, *mut Tk_Item, *mut f64) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.