Tk_ClientMessageProc

Type Alias Tk_ClientMessageProc 

Source
pub type Tk_ClientMessageProc = Option<unsafe extern "C" fn(tkwin: Tk_Window, eventPtr: *mut XEvent) -> c_int>;

Aliased Type§

pub enum Tk_ClientMessageProc {
    None,
    Some(unsafe extern "C" fn(*mut Tk_Window_, *mut _XEvent) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut Tk_Window_, *mut _XEvent) -> i32)

Some value of type T.