Home
last modified time | relevance | path

Searched refs:notify_parent (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dedit.c1302 notify_parent(es, EN_ERRSPACE); in EDIT_MakeFit()
1349 if (!notify_parent(es, EN_UPDATE)) return; in EDIT_UpdateTextRegion()
1645 notify_parent(es, EN_HSCROLL); in EDIT_EM_LineScroll_internal()
1647 notify_parent(es, EN_VSCROLL); in EDIT_EM_LineScroll_internal()
2527 if (!notify_parent(es, EN_MAXTEXT)) return; in EDIT_EM_ReplaceSel()
2585 if (!notify_parent(es, EN_MAXTEXT)) return; in EDIT_EM_ReplaceSel()
2602 if (!notify_parent(es, EN_MAXTEXT)) return; in EDIT_EM_ReplaceSel()
2693 if (!notify_parent(es, EN_CHANGE)) return; in EDIT_EM_ReplaceSel()
3789 if (!notify_parent(es, EN_SETFOCUS)) return; in EDIT_WM_SetFocus()
4133 notify_parent(es, EN_HSCROLL); in EDIT_WM_HScroll()
[all …]
/reactos/win32ss/user/user32/controls/
H A Dedit.c1459 notify_parent(es, EN_ERRSPACE);
1506 if (!notify_parent(es, EN_UPDATE)) return;
1797 notify_parent(es, EN_HSCROLL);
1799 notify_parent(es, EN_VSCROLL);
2712 if (!notify_parent(es, EN_MAXTEXT)) return;
2770 if (!notify_parent(es, EN_MAXTEXT)) return;
2787 if (!notify_parent(es, EN_MAXTEXT)) return;
2878 if (!notify_parent(es, EN_CHANGE)) return;
3981 notify_parent(es, EN_SETFOCUS);
4307 notify_parent(es, EN_HSCROLL);
[all …]