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

Method AnnotationSetStyles

scintilla/src/Document.cxx:1821–1825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1819}
1820
1821void Document::AnnotationSetStyles(int line, const unsigned char *styles) {
1822 if (line >= 0 && line < LinesTotal()) {
1823 static_cast<LineAnnotation *>(perLineData[ldAnnotation])->SetStyles(line, styles);
1824 }
1825}
1826
1827int Document::AnnotationLines(int line) const {
1828 return static_cast<LineAnnotation *>(perLineData[ldAnnotation])->Lines(line);

Callers 1

WndProcMethod · 0.80

Calls 1

SetStylesMethod · 0.45

Tested by

no test coverage detected