Home
last modified time | relevance | path

Searched refs:editable (Results 1 – 18 of 18) sorted by relevance

/lvgl-3.5.0/src/core/
Dlv_obj_class.h60 uint32_t editable : 2; /**< Value from ::lv_obj_class_editable_t*/ member
Dlv_obj_class.c152 …while(class_p && class_p->editable == LV_OBJ_CLASS_EDITABLE_INHERIT) class_p = class_p->base_class; in lv_obj_is_editable()
156 return class_p->editable == LV_OBJ_CLASS_EDITABLE_TRUE ? true : false; in lv_obj_is_editable()
Dlv_obj.c75 .editable = LV_OBJ_CLASS_EDITABLE_FALSE,
/lvgl-3.5.0/src/widgets/
Dlv_objx_templ.c49 .editable = LV_OBJ_CLASS_EDITABLE_INHERIT,
Dlv_slider.c46 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,
Dlv_roller.c54 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,
Dlv_arc.c51 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,
Dlv_btnmatrix.c68 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,
Dlv_dropdown.c69 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,
Dlv_table.c62 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,
/lvgl-3.5.0/docs/widgets/core/
Dtable.md9 The Table is added to the default group (if it is set). Besides the Table is an editable object to …
Ddropdown.md12 …d to the default group (if it is set). Besides the Drop-down list is an editable object to allow s…
Dbtnmatrix.md7 …d to the default group (if one is set). Besides the Button matrix is an editable object to allow s…
/lvgl-3.5.0/docs/widgets/extra/
Dcalendar.md11 The Calendar is added to the default group (if it is set). Calendar is an editable object which all…
/lvgl-3.5.0/src/extra/widgets/keyboard/
Dlv_keyboard.c45 .editable = 1,
/lvgl-3.5.0/src/extra/widgets/spinbox/
Dlv_spinbox.c39 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,
/lvgl-3.5.0/docs/widgets/
Dobj.md178 If `LV_OBJ_FLAG_SCROLLABLE` is enabled, but the object is not editable (as declared by the widget c…
/lvgl-3.5.0/src/extra/widgets/colorwheel/
Dlv_colorwheel.c59 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,