Tk_RestrictProc

Type Alias Tk_RestrictProc 

Source
pub type Tk_RestrictProc = Option<unsafe extern "C" fn(clientData: ClientData, eventPtr: *mut XEvent) -> Tk_RestrictAction>;

Aliased Type§

pub enum Tk_RestrictProc {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut _XEvent) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut _XEvent) -> u32)

Some value of type T.