lv_radiobox_create

Function lv_radiobox_create 

Source
pub unsafe fn lv_radiobox_create(parent: *mut _lv_obj_t) -> *mut _lv_obj_t
Expand description

Create a radio button (a checkbox that behaves like a radio button)

§Arguments

  • parent - The parent object of the radio button.

§Safety

This function is unsafe because it may dereference raw pointers (e.g. parent).