Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 25 of 27) sorted by relevance

12

/lvgl-latest/docs/details/widgets/
Droller.rst12 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…
Ddropdown.rst93 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
Dtextarea.rst30 - :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 …]
Dspinbox.rst31 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.
Dtable.rst95 - :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.
Dtabview.rst22 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
Dlabel.rst25 :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
Dkeyboard.rst136 - :cpp:enumerator:`LV_KEY_ENTER` To press/release the selected button.
Dcalendar.rst138 - :cpp:enumerator:`LV_KEY_ENTER` To press/release the selected date
Dbuttonmatrix.rst154 - :cpp:enumerator:`LV_KEY_ENTER` To press/release the selected button
Dimage.rst91 These options can be selected in the image converter. Learn more
Dchart.rst183 When adding a data series to a SCATTER chart, bit-wise OR your selected Y axis
/lvgl-latest/demos/flex_layout/
Dlv_demo_flex_layout_flex_loader.c23 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/
Dtest_roller.c130 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/
Dfile_explorer.rst106 - ``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/
Dcore_components.rst57 the one selected by the distribution configuration. You can get more details
/lvgl-latest/docs/details/integration/chip/
Drenesas.rst104 - Clone the ready-to-use repository for your selected board:
Dalif.rst232 application in general, ensure the HP core is selected and the build type is release.
/lvgl-latest/docs/
DROADMAP.rst170 …Reconsider focusing logic. Allow having no widget selected (on web it's possible). Keep editing st…
DCHANGELOG.rst106 - **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/
Ddraw.rst117 As a side effect, this also ensures that the same Draw Unit will be selected
Dindev.rst360 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/
Devent.rst140 - :cpp:enumerator:`LV_EVENT_LEAVE`: Widget is defocused but still selected
Dobj.rst438 - :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/
Dstyle.rst177 - :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