Searched refs:focus (Results 1 – 14 of 14) sorted by relevance
| /lvgl-latest/docs/details/other-components/ |
| D | gridnav.rst | 7 Grid navigation (gridnav for short) is a feature that moves focus among a set 11 left and right arrows move focus to the nearest sibling in the 25 gridnav has focus, the arrow key presses are automatically forwarded to 28 To move the focus to the next widget of the group use 52 direction, the focus goes to the Widget in the next/previous row (on 57 next/previous Widget will receive focus normally. 59 for grid navigation. Up/down key events will be sent to the Widget that has focus. 61 for grid navigation. Left/right key events will be sent to the Widget that has focus. 76 hidden (:cpp:enumerator:`LV_OBJ_FLAG_HIDDEN`) to receive focus via gridnav.
|
| /lvgl-latest/src/themes/mono/ |
| D | lv_theme_mono.c | 45 lv_style_t focus; member 132 style_init_reset(&theme->styles.focus); in style_init() 133 lv_style_set_outline_width(&theme->styles.focus, 1); in style_init() 134 lv_style_set_outline_pad(&theme->styles.focus, BORDER_W_FOCUS); in style_init() 284 lv_obj_add_style(obj, &theme->styles.focus, LV_STATE_FOCUS_KEY); in theme_apply() 309 lv_obj_add_style(obj, &theme->styles.focus, LV_STATE_FOCUS_KEY); in theme_apply() 316 lv_obj_add_style(obj, &theme->styles.focus, LV_STATE_FOCUS_KEY); in theme_apply() 331 lv_obj_add_style(obj, &theme->styles.focus, LV_STATE_FOCUS_KEY); in theme_apply() 342 lv_obj_add_style(obj, &theme->styles.focus, LV_STATE_FOCUS_KEY); in theme_apply() 353 lv_obj_add_style(obj, &theme->styles.focus, LV_STATE_FOCUS_KEY); in theme_apply() [all …]
|
| /lvgl-latest/docs/details/widgets/ |
| D | spinbox.rst | 91 - :cpp:enumerator:`LV_KEY_ENTER` With *Encoder*, move focus to next digit. If focus 92 is on last digit, focus moves to first digit.
|
| D | buttonmatrix.rst | 133 most recently released (the button with focus) or :cpp:enumerator:`LV_BUTTONMATRIX_BUTTON_NONE`
|
| /lvgl-latest/docs/details/main-components/ |
| D | indev.rst | 275 - By turning the encoder you can focus on the next/previous object. 302 When input focus needs to be managed among a set of Widgets (e.g. to capture user 304 thereafter manages how input focus moves from Widget to Widget. 306 In each group there is exactly one object with focus which receives the pressed keys 307 or the encoder actions. For example, if a :ref:`Text Area <lv_textarea>` has focus 309 text area. Similarly, if a :ref:`Slider <lv_slider>` has focus and you press the 322 To find out if a Widget in a group has focus, call :cpp:expr:`lv_obj_is_focused(widget)`. 336 - :cpp:enumerator:`LV_KEY_NEXT`: Move focus to next object 337 - :cpp:enumerator:`LV_KEY_PREV`: Move focus to previous object 403 When a Widget receives focus either by clicking it via touchpad or by navigating to [all …]
|
| /lvgl-latest/docs/details/base-widget/ |
| D | scroll.rst | 217 Scroll on focus 221 Widget. Pressing the "Tab" button moves focus to the next Widget but it might 223 focus" feature is enabled LVGL will automatically scroll Widgets to 224 bring the child Widget with focus into view. The scrolling happens recursively
|
| D | obj.rst | 563 - :cpp:enumerator:`LV_EVENT_FOCUSED` Widget received focus, 564 - :cpp:enumerator:`LV_EVENT_DEFOCUSED` Widget's focus has been lost. 565 - :cpp:enumerator:`LV_EVENT_LEAVE` Widget's focus has been lost but is still select…
|
| D | event.rst | 138 - :cpp:enumerator:`LV_EVENT_FOCUSED`: Widget received focus
|
| /lvgl-latest/docs/details/base-widget/styles/ |
| D | style.rst | 28 - Unlike CSS (where pseudo-classes_ describe different states, e.g. ``:focus``), 83 3. When the Widget has focus the same thing happens as in pressed state 86 4. When the Widget has focus and pressed both gray and red would work, 99 user would expect naturally. Example: if a Widget has focus the user will still
|
| /lvgl-latest/docs/details/debugging/ |
| D | profiler.rst | 165 Use the mouse to move the focus and click on functions on the timeline to observe their execution t…
|
| /lvgl-latest/docs/details/integration/os/ |
| D | torizon_os.rst | 9 By using docker containers it allows developers to focus on the application
|
| /lvgl-latest/docs/details/integration/os/yocto/ |
| D | lvgl_recipe.rst | 664 We will focus on 1 application that will clone an lvgl git repository and patch
|
| /lvgl-latest/docs/ |
| D | CHANGELOG.rst | 245 - **fix(gridnav): send focus/defocus event from gridnav key handler** `6385 <https://github.com/lvg…
|
| /lvgl-latest/docs/_static/css/ |
| D | fontawesome.min.css | 5 …;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:a…
|