Skip to main content

lv_obj_set_style_grid_row_dsc_array

Function lv_obj_set_style_grid_row_dsc_array 

Source
pub unsafe extern "C" fn lv_obj_set_style_grid_row_dsc_array(
    obj: *mut lv_obj_t,
    value: *const i32,
    selector: lv_style_selector_t,
)
Expand description

An array to describe the rows of the grid. Should be LV_GRID_TEMPLATE_LAST terminated. Default: NULL, inherited: No, layout: Yes, ext. draw: No. @param obj Pointer to Widget @param value Pointer to grid-row descriptor array @param selector A joint type for lv_part_t and lv_state_t. Example values: - 0: means LV_PART_MAIN | LV_STATE_DEFAULT - LV_STATE_PRESSED - LV_PART_KNOB - LV_PART_KNOB | LV_STATE_PRESSED | LV_STATE_CHECKED