Searched refs:scrolled (Results 1 – 15 of 15) sorted by relevance
18 The Widget can either be scrolled horizontally or vertically in one33 - :cpp:enumerator:`LV_SCROLLBAR_MODE_ACTIVE`: Show scroll bars while a Widget is being scrolled34 …umerator:`LV_SCROLLBAR_MODE_AUTO`: Show scroll bars when the content is large enough to be scrolled56 scrolled. This allows adding different styles to the Widget that will be effective57 while it is being scrolled. For example, this code makes the scrollbar blue while58 the Widget is being scrolled:148 If a Widget can't be scrolled further (e.g. its content has reached the150 If the parent can be scrolled in that direction than it will be scrolled157 parent(s) won't be scrolled.172 Normally a Widget can't be scrolled past the extremities of its[all …]
11 - is scrolled128 …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)
463 - :cpp:enumerator:`LV_STATE_SCROLLED`: Being scrolled549 …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…
240 static bool scrolled = false; in inactive_timer_cb() local244 if(scrolled) { in inactive_timer_cb()247 scrolled = false; in inactive_timer_cb()255 scrolled = true; in inactive_timer_cb()
55 Widget can be scrolled in that direction then it will be scrolled instead of
44 The text is scrolled horizontally if it is longer than the button.
29 - When the Roller is scrolled and doesn't stop exactly on an item, it will
105 …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…
50 - :cpp:enumerator:`LV_MENU_HEADER_TOP_UNFIXED` Header is positioned at the top and can be scrolled …
13 text becomes long enough, the Text Area can be scrolled.
339 is scrolled, the cursor moves with it.
260 bool scrolled = advance_slides(slide_deck); in play_pause_timer_cb() local261 if(!scrolled) { in play_pause_timer_cb()
120 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/decremented141 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.
48 - :cpp:enumerator:`LV_STATE_SCROLLED`: (0x0040) Being scrolled287 …:expr:`LV_PART_SCROLLBAR | LV_STATE_SCROLLED`: The scrollbar part when the Widget is being scrolled
292 - :cpp:enumerator:`LV_STATE_SCROLLED`: Being scrolled