Searched refs:editable (Results 1 – 18 of 18) sorted by relevance
/lvgl-3.5.0/src/core/ |
D | lv_obj_class.h | 60 uint32_t editable : 2; /**< Value from ::lv_obj_class_editable_t*/ member
|
D | lv_obj_class.c | 152 …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()
|
D | lv_obj.c | 75 .editable = LV_OBJ_CLASS_EDITABLE_FALSE,
|
/lvgl-3.5.0/src/widgets/ |
D | lv_objx_templ.c | 49 .editable = LV_OBJ_CLASS_EDITABLE_INHERIT,
|
D | lv_slider.c | 46 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,
|
D | lv_roller.c | 54 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,
|
D | lv_arc.c | 51 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,
|
D | lv_btnmatrix.c | 68 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,
|
D | lv_dropdown.c | 69 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,
|
D | lv_table.c | 62 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,
|
/lvgl-3.5.0/docs/widgets/core/ |
D | table.md | 9 The Table is added to the default group (if it is set). Besides the Table is an editable object to …
|
D | dropdown.md | 12 …d to the default group (if it is set). Besides the Drop-down list is an editable object to allow s…
|
D | btnmatrix.md | 7 …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/ |
D | calendar.md | 11 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/ |
D | lv_keyboard.c | 45 .editable = 1,
|
/lvgl-3.5.0/src/extra/widgets/spinbox/ |
D | lv_spinbox.c | 39 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,
|
/lvgl-3.5.0/docs/widgets/ |
D | obj.md | 178 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/ |
D | lv_colorwheel.c | 59 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,
|