Host_bindings::LVGLFunction lv_obj_move_foreground
Source pub unsafe fn lv_obj_move_foreground(Object: *mut lv_obj_t)
Expand description
Set the padding of an object on the top side
§Arguments
Object
- The object to set the padding of.
Padding
- The padding to set.
Selector
- The selector to set the padding for.
§Safety
This function is unsafe because it may dereference raw pointers (e.g. Object
).