Home
last modified time | relevance | path

Searched refs:checked (Results 1 – 13 of 13) sorted by relevance

/lvgl-latest/docs/details/widgets/
Dcheckbox.rst54 lv_obj_add_state(cb, LV_STATE_CHECKED); /* Make Checkbox checked */
56 …lv_obj_add_state(cb, LV_STATE_CHECKED | LV_STATE_DISABLED); /* Make Checkbox checked and disabled …
58 To find out whether the Checkbox is checked use
Dbuttonmatrix.rst81 - :cpp:enumerator:`LV_BUTTONMATRIX_CTRL_CHECKED`: Make the button checked. It will use the :cpp:enu…
114 One checked
117 The "One-checked" feature can be enabled with
119 be checked at a time.
Dbutton.rst43 to/from the checked state.
Ddropdown.rst49 - :cpp:enumerator:`LV_PART_SELECTED` Refers to the currently pressed, checked or
50 pressed+checked option. Also uses the :ref:`typical background style properties
Dimage.rst98 intensity. This can be useful to show different states (checked,
/lvgl-latest/examples/scroll/
Dlv_example_scroll_7.c87 bool checked = lv_obj_has_state(checkbox, LV_STATE_CHECKED); in checkbox_cb() local
88 lv_obj_set_style_opa(obj, checked ? LV_OPA_COVER : LV_OPA_TRANSP, LV_PART_SCROLLBAR); in checkbox_cb()
/lvgl-latest/demos/flex_layout/
Dlv_demo_flex_layout_ctrl_pad.c145 bool checked = lv_obj_has_state(lv_event_get_target(e), LV_STATE_CHECKED); in ctrl_pad_checkbox_event_handler() local
146checked ? lv_obj_add_flag(ui->obj_cur, LV_OBJ_FLAG_SCROLLABLE) : lv_obj_remove_flag(ui->obj_cur, in ctrl_pad_checkbox_event_handler()
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst42 - :cpp:enumerator:`LV_STATE_CHECKED`: (0x0001) Toggled or checked state
92 6. When the Widget is in the checked state there is no property to set
107 pressed + checked + focused).
110 colors for released, pressed, checked + pressed, focused, focused +
111 pressed, focused + pressed + checked, etc. states is quite difficult.
112 Instead, for example, use the background color for pressed and checked
288 …SED | LV_STATE_CHECKED` The indicator part when the Widget is pressed and checked at the same time.
/lvgl-latest/docs/details/other-components/
Dxml.rst100 … <my_h3 text="$btn_text" align="center" color="#orange" style_text_color:checked="0x00ff00"/>
121 - Local styles can be used like ``<lv_label style_text_color="0xff0000" style_text_color:checked="…
Dobserver.rst278 Set an integer subject to 1 when a Widget is checked and set it 0 when unchecked.
/lvgl-latest/docs/details/base-widget/
Dobj.rst457 - :cpp:enumerator:`LV_STATE_CHECKED`: Toggled or checked state
496 - :cpp:enumerator:`LV_OBJ_FLAG_CHECKABLE` Toggle checked state when the Widget is clicked
571 enabled and the Widget was clicked (on transition to/from the checked state)
605 :cpp:enumerator:`LV_KEY_UP` make the Widget checked, and :cpp:enumerator:`LV_KEY_LEFT` and
/lvgl-latest/docs/intro/
Dbasics.rst286 - :cpp:enumerator:`LV_STATE_CHECKED`: Toggled or checked state
/lvgl-latest/docs/details/main-components/
Ddisplay.rst658 Normally the dirty (a.k.a invalid) areas are checked and redrawn in