Home
last modified time | relevance | path

Searched refs:scrolled (Results 1 – 15 of 15) sorted by relevance

/lvgl-latest/docs/details/base-widget/
Dscroll.rst18 The Widget can either be scrolled horizontally or vertically in one
33 - :cpp:enumerator:`LV_SCROLLBAR_MODE_ACTIVE`: Show scroll bars while a Widget is being scrolled
34 …umerator:`LV_SCROLLBAR_MODE_AUTO`: Show scroll bars when the content is large enough to be scrolled
56 scrolled. This allows adding different styles to the Widget that will be effective
57 while it is being scrolled. For example, this code makes the scrollbar blue while
58 the Widget is being scrolled:
148 If a Widget can't be scrolled further (e.g. its content has reached the
150 If the parent can be scrolled in that direction than it will be scrolled
157 parent(s) won't be scrolled.
172 Normally a Widget can't be scrolled past the extremities of its
[all …]
Devent.rst11 - is scrolled
128 …ENT_LONG_PRESSED`: Widget has been pressed for at least `long_press_time`. Not called if scrolled.
129 …EAT`: Called after `long_press_time` in every `long_press_repeat_time` ms. Not called if scrolled.
130 - :cpp:enumerator:`LV_EVENT_CLICKED`: Called on release if not scrolled (regardless of long press)
Dobj.rst463 - :cpp:enumerator:`LV_STATE_SCROLLED`: Being scrolled
549 …CLICKED` Widget was pressed for a short period of time, then released. Not sent if scrolled.
553 …ONG_PRESSED` Object has been pressed for at least `long_press_time`. Not sent if scrolled.
554 …_REPEAT` Sent after `long_press_time` in every `long_press_repeat_time` ms. Not sent if scrolled.
555 - :cpp:enumerator:`LV_EVENT_CLICKED` Sent on release if not scrolled (regardless to l…
/lvgl-latest/demos/multilang/
Dlv_demo_multilang.c240 static bool scrolled = false; in inactive_timer_cb() local
244 if(scrolled) { in inactive_timer_cb()
247 scrolled = false; in inactive_timer_cb()
255 scrolled = true; in inactive_timer_cb()
/lvgl-latest/docs/details/other-components/
Dgridnav.rst55 Widget can be scrolled in that direction then it will be scrolled instead of
/lvgl-latest/docs/details/widgets/
Dlist.rst44 The text is scrolled horizontally if it is longer than the button.
Droller.rst29 - When the Roller is scrolled and doesn't stop exactly on an item, it will
Dlabel.rst105 …higher, scroll vertically. Only one direction is scrolled and horizontal scrolling has higher prec…
107 …higher, scroll vertically. Only one direction is scrolled and horizontal scrolling has higher prec…
Dmenu.rst50 - :cpp:enumerator:`LV_MENU_HEADER_TOP_UNFIXED` Header is positioned at the top and can be scrolled
Dtextarea.rst13 text becomes long enough, the Text Area can be scrolled.
Dchart.rst339 is scrolled, the cursor moves with it.
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_about.c260 bool scrolled = advance_slides(slide_deck); in play_pause_timer_cb() local
261 if(!scrolled) { in play_pause_timer_cb()
/lvgl-latest/docs/details/main-components/
Dindev.rst120 Note that, gestures are not triggered if a Widget is being scrolled.
134 the last clicked widget will be either scrolled or it's value will be incremented/decremented
141 Non-editable widgets are scrolled and for editable widgets the event is sent.
157 value or the Widget will be scrolled that amount of pixels.
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst48 - :cpp:enumerator:`LV_STATE_SCROLLED`: (0x0040) Being scrolled
287 …:expr:`LV_PART_SCROLLBAR | LV_STATE_SCROLLED`: The scrollbar part when the Widget is being scrolled
/lvgl-latest/docs/intro/
Dbasics.rst292 - :cpp:enumerator:`LV_STATE_SCROLLED`: Being scrolled