Type Alias Tcl_EventProc

Source
pub type Tcl_EventProc = extern "C" fn(evPtr: *mut Tcl_Event, flags: c_int) -> c_int;