Skip to main content

lv_obj_get_class

Function lv_obj_get_class 

Source
pub unsafe extern "C" fn lv_obj_get_class(
    obj: *const lv_obj_t,
) -> *const lv_obj_class_t
Expand description

Get the class (type) of the object @param obj pointer to an object @return the class (type) of the object