Home
last modified time | relevance | path

Searched refs:notified (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/others/observer/
Dlv_observer_private.h38 uint32_t notified : 1; /**< Mark if this observer was already notified*/ member
Dlv_observer.c427 observer->notified = 0; in lv_subject_notify()
433 if(observer->cb && observer->notified == 0) { in lv_subject_notify()
436 observer->notified = 1; in lv_subject_notify()
/lvgl-latest/docs/details/other-components/
Dobserver.rst17 - **observers**: attached to subjects to be notified on value change
208 The trick is that when any element of the group is notified the subject group will be notified as w…
/lvgl-latest/docs/
DROADMAP.rst58 …e create properties which can be bound to Widgets and those Widgets are notified on value change. …
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst336 notified. There are 3 options to do this:
346 is ``NULL`` all Widgets will be notified about a style change.