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

Class AnnotationHeader

scintilla/src/PerLine.cxx:351–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349static const int IndividualStyles = 0x100;
350
351struct AnnotationHeader {
352 short style; // Style IndividualStyles implies array of styles
353 short lines;
354 int length;
355};
356
357LineAnnotation::~LineAnnotation() {
358 ClearAll();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected