Searched refs:editable (Results 1 – 22 of 22) sorted by relevance
/lvgl-latest/src/core/ |
D | lv_obj_class_private.h | 57 uint32_t editable : 2; /**< Value from ::lv_obj_class_editable_t*/ member
|
D | lv_obj_class.c | 154 …while(class_p && class_p->editable == LV_OBJ_CLASS_EDITABLE_INHERIT) class_p = class_p->base_class; in lv_obj_is_editable() 158 return class_p->editable == LV_OBJ_CLASS_EDITABLE_TRUE; in lv_obj_is_editable()
|
D | lv_obj.c | 186 .editable = LV_OBJ_CLASS_EDITABLE_FALSE,
|
/lvgl-latest/src/widgets/objx_templ/ |
D | lv_objx_templ.c | 49 .editable = LV_OBJ_CLASS_EDITABLE_INHERIT,
|
/lvgl-latest/docs/details/widgets/ |
D | table.rst | 17 Table is an editable Widget, allow selecting a cell with encoder and keyboard
|
D | calendar.rst | 18 an editable Widget which allow selecting and clicking the dates with
|
D | dropdown.rst | 18 The Drop-down list is an editable Widget allowing list-item selection via
|
D | buttonmatrix.rst | 19 Additionally, Button Matrix is an editable Widget: it allows selecting and clicking
|
/lvgl-latest/src/widgets/spinbox/ |
D | lv_spinbox.c | 44 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,
|
/lvgl-latest/src/widgets/keyboard/ |
D | lv_keyboard.c | 70 .editable = 1,
|
/lvgl-latest/docs/details/main-components/ |
D | indev.rst | 140 event or scroll the widget based on the ``editable`` flag in the widget's class. 141 Non-editable widgets are scrolled and for editable widgets the event is sent.
|
/lvgl-latest/src/widgets/slider/ |
D | lv_slider.c | 101 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,
|
/lvgl-latest/src/indev/ |
D | lv_indev.c | 1504 bool editable = lv_obj_is_editable(obj); in indev_proc_pointer_diff() local 1506 if(editable) { in indev_proc_pointer_diff()
|
/lvgl-latest/src/widgets/roller/ |
D | lv_roller.c | 84 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,
|
/lvgl-latest/src/widgets/buttonmatrix/ |
D | lv_buttonmatrix.c | 74 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,
|
/lvgl-latest/src/widgets/arc/ |
D | lv_arc.c | 61 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 122 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,
|
/lvgl-latest/src/widgets/table/ |
D | lv_table.c | 66 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea.c | 157 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,
|
/lvgl-latest/src/widgets/scale/ |
D | lv_scale.c | 79 .editable = LV_OBJ_CLASS_EDITABLE_TRUE,
|
/lvgl-latest/docs/details/base-widget/ |
D | obj.rst | 608 If :cpp:enumerator:`LV_OBJ_FLAG_SCROLLABLE` is enabled, but the Widget is not editable
|
/lvgl-latest/docs/ |
D | CHANGELOG.rst | 69 - **feat(textarea): make textarea editable** `6467 <https://github.com/lvgl/lvgl/pull/6467>`__
|