Type Definition panda_sys::ObjectUnparent[][src]

pub type ObjectUnparent = Option<unsafe extern "C" fn(obj: *mut Object)>;
Expand description

ObjectUnparent: @obj: the object that is being removed from the composition tree

Called when an object is being removed from the QOM composition tree. The function should remove any backlinks from children objects to @obj.