MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / ContainerNeedsUpdate

Method ContainerNeedsUpdate

scintilla/src/Editor.cxx:5018–5021  ·  view source on GitHub ↗

Something has changed that the container should know about

Source from the content-addressed store, hash-verified

5016
5017// Something has changed that the container should know about
5018void Editor::ContainerNeedsUpdate ( int flags )
5019{
5020 needUpdateUI |= flags;
5021}
5022
5023/**
5024 * Force scroll and keep position relative to top of window.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected