MCPcopy Create free account
hub / github.com/WheretIB/nullc / NeedUpdate

Method NeedUpdate

GUI/RichTextarea.cpp:1036–1045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1034}
1035
1036bool RichTextarea::NeedUpdate(HWND wnd)
1037{
1038 TextareaData *data = GetData(wnd);
1039
1040 if(!data)
1041 return false;
1042
1043 bool ret = data->needUpdate;
1044 return ret;
1045}
1046void RichTextarea::ResetUpdate(HWND wnd)
1047{
1048 TextareaData *data = GetData(wnd);

Callers

nothing calls this directly

Calls 1

GetDataFunction · 0.70

Tested by

no test coverage detected