GtkCustomAllocateFunc

Type Alias GtkCustomAllocateFunc 

Source
pub type GtkCustomAllocateFunc = Option<unsafe extern "C" fn(*mut GtkWidget, c_int, c_int, c_int)>;

Aliased Type§

pub enum GtkCustomAllocateFunc {
    None,
    Some(unsafe extern "C" fn(*mut GtkWidget, i32, i32, i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut GtkWidget, i32, i32, i32))

Some value of type T.