Tk_ItemScaleProc

Type Alias Tk_ItemScaleProc 

Source
pub type Tk_ItemScaleProc = Option<unsafe extern "C" fn(canvas: Tk_Canvas, itemPtr: *mut Tk_Item, originX: f64, originY: f64, scaleX: f64, scaleY: f64)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.