Searched refs:selected (Results 1 – 25 of 27) sorted by relevance
12
/lvgl-latest/docs/details/widgets/ |
D | roller.rst | 12 The item in the middle is the selected item and normally stands out from 34 - :cpp:enumerator:`LV_PART_SELECTED` The selected item (displayed in the middle of 36 properties to change the appearance of the text of the selected item. 57 where *id* is the zero-based index of the list item to be selected. 63 Get selected option 66 To get the *index* of the currently selected item use :cpp:expr:`lv_roller_get_selected(roller)`. 68 :cpp:expr:`lv_roller_get_selected_str(roller, buf, buf_size)` will copy the name of the selected it… 86 - :cpp:enumerator:`LV_EVENT_VALUE_CHANGED` Sent when a new list item is selected. 103 - :cpp:enumerator:`LY_KEY_ENTER` Accept the selected option (sends :cpp:enumerator:`LV_EVENT_VALUE…
|
D | dropdown.rst | 93 Get selected option 96 To get the *index* of the selected option, use 100 *name* of the selected option to ``buf``. 120 Show selected 123 The main part can either show the selected item or static text. If 125 will be shown regardless of the selected item. If the text is ``NULL`` 126 the selected option is displayed on the button. 141 - :cpp:enumerator:`LV_EVENT_VALUE_CHANGED` Sent when a new option is selected or the list is opened… 160 - :cpp:enumerator:`LV_KEY_ENTER` Apply selected list item (sends
|
D | textarea.rst | 30 - :cpp:enumerator:`LV_PART_SELECTED` Determines the style of the :ref:`selected 179 Widgets. (If you do not use selected text in your application, you can save 8 bytes 182 Any part of the text can be selected if enabled with 186 selection, any text selected time of the call will be de-selected. 191 If you need to programmatically deal with selected text, in addition to the 197 - :cpp:expr:`lv_textarea_text_is_selected(textarea)` tells whether any text is currently selected. 200 the zero-based index of the first character of the selected text. 201 Pass :c:macro:`LV_DRAW_LABEL_NO_TXT_SEL` to specify no text selected. 203 the zero-based index of the character just after the selected text. 204 Pass :c:macro:`LV_DRAW_LABEL_NO_TXT_SEL` to specify no text selected. [all …]
|
D | spinbox.rst | 31 increments/decrements the value of the Spinbox according to the currently-selected digit. 42 If an encoder is used as input device, the selected digit is shifted to 88 *Encoder* decrement/increment the selected digit.
|
D | table.rst | 95 - :cpp:enumerator:`LV_EVENT_VALUE_CHANGED` Sent when a new cell is selected with 119 currently selected cell. Row and column will be set to 120 :c:macro:`LV_TABLE_CELL_NONE` if no cell is selected.
|
D | tabview.rst | 22 A new tab can be selected either by clicking on a tab button or by 99 - :cpp:enumerator:`LV_EVENT_VALUE_CHANGED` Sent when a new tab is selected by sliding
|
D | label.rst | 25 :ref:`selected text <lv_label_text_selection>`. Only ``text_color`` and ``bg_color`` style 138 selected. It's similar to when you use your mouse on a PC to select
|
D | keyboard.rst | 136 - :cpp:enumerator:`LV_KEY_ENTER` To press/release the selected button.
|
D | calendar.rst | 138 - :cpp:enumerator:`LV_KEY_ENTER` To press/release the selected date
|
D | buttonmatrix.rst | 154 - :cpp:enumerator:`LV_KEY_ENTER` To press/release the selected button
|
D | image.rst | 91 These options can be selected in the image converter. Learn more
|
D | chart.rst | 183 When adding a data series to a SCATTER chart, bit-wise OR your selected Y axis
|
/lvgl-latest/demos/flex_layout/ |
D | lv_demo_flex_layout_flex_loader.c | 23 uint16_t selected = lv_dropdown_get_selected(ddlist); \ 26 flex_align_map[selected], 0); \ 135 uint16_t selected = lv_dropdown_get_selected(ddlist); in flex_flow_event_handler() local 138 lv_obj_set_flex_flow(ui->obj_cur, flex_flow_map[selected]); in flex_flow_event_handler()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_roller.c | 130 bool selected; in test_roller_set_selected_option_str() local 134 selected = lv_roller_set_selected_str(roller, "Two", LV_ANIM_OFF); in test_roller_set_selected_option_str() 135 TEST_ASSERT_TRUE(selected); in test_roller_set_selected_option_str() 140 selected = lv_roller_set_selected_str(roller, "No", LV_ANIM_OFF); in test_roller_set_selected_option_str() 141 TEST_ASSERT_FALSE(selected); in test_roller_set_selected_option_str()
|
/lvgl-latest/docs/details/other-components/ |
D | file_explorer.rst | 106 - ``sel_fn`` (selected file) 116 to NUL-terminated string containing file-path user selected; typically used inside 192 of the currently selected file in the event processing function. For example:
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | core_components.rst | 57 the one selected by the distribution configuration. You can get more details
|
/lvgl-latest/docs/details/integration/chip/ |
D | renesas.rst | 104 - Clone the ready-to-use repository for your selected board:
|
D | alif.rst | 232 application in general, ensure the HP core is selected and the build type is release.
|
/lvgl-latest/docs/ |
D | ROADMAP.rst | 170 …Reconsider focusing logic. Allow having no widget selected (on web it's possible). Keep editing st…
|
D | CHANGELOG.rst | 106 - **feat(table): add function to set selected table cell** `6163 <https://github.com/lvgl/lvgl/pull… 294 - **fix(roller): set the position of the selected text correctly** `6083 <https://github.com/lvgl/l…
|
/lvgl-latest/docs/details/main-components/ |
D | draw.rst | 117 As a side effect, this also ensures that the same Draw Unit will be selected
|
D | indev.rst | 360 in a group and interact with selected Widgets. 379 selected by turning the encoder. Pressing :cpp:enumerator:`LV_KEY_ENTER` will change
|
/lvgl-latest/docs/details/base-widget/ |
D | event.rst | 140 - :cpp:enumerator:`LV_EVENT_LEAVE`: Widget is defocused but still selected
|
D | obj.rst | 438 - :cpp:enumerator:`LV_PART_SELECTED`: Indicate the currently selected option or section 565 …:cpp:enumerator:`LV_EVENT_LEAVE` Widget's focus has been lost but is still selected.
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style.rst | 177 - :cpp:enumerator:`LV_PART_SELECTED`: Indicate the currently selected option or section 554 theme can be selected. The parent theme's styles will be added before
|
12