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

Method SetReadOnly

scintilla/src/CellBuffer.cxx:491–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491void CellBuffer::SetReadOnly(bool set) {
492 readOnly = set;
493}
494
495void CellBuffer::SetSavePoint() {
496 uh.SetSavePoint();

Callers 1

WndProcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected