Tk_GetElementBoxProc

Type Alias Tk_GetElementBoxProc 

Source
pub type Tk_GetElementBoxProc = Option<unsafe extern "C" fn(clientData: ClientData, recordPtr: *mut c_char, optionsPtr: *mut *const Tk_OptionSpec, tkwin: Tk_Window, x: c_int, y: c_int, width: c_int, height: c_int, inner: c_int, xPtr: *mut c_int, yPtr: *mut c_int, widthPtr: *mut c_int, heightPtr: *mut c_int)>;

Aliased Type§

pub enum Tk_GetElementBoxProc {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut i8, *mut *const Tk_OptionSpec, *mut Tk_Window_, i32, i32, i32, i32, i32, *mut i32, *mut i32, *mut i32, *mut i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut i8, *mut *const Tk_OptionSpec, *mut Tk_Window_, i32, i32, i32, i32, i32, *mut i32, *mut i32, *mut i32, *mut i32))

Some value of type T.