Searched refs:notified (Results 1 – 5 of 5) sorted by relevance
38 uint32_t notified : 1; /**< Mark if this observer was already notified*/ member
427 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()
17 - **observers**: attached to subjects to be notified on value change208 The trick is that when any element of the group is notified the subject group will be notified as w…
58 …e create properties which can be bound to Widgets and those Widgets are notified on value change. …
336 notified. There are 3 options to do this:346 is ``NULL`` all Widgets will be notified about a style change.