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

Method MarginSetStyle

scintilla/src/Document.cxx:1780–1783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1778}
1779
1780void Document::MarginSetStyle(int line, int style) {
1781 static_cast<LineAnnotation *>(perLineData[ldMargin])->SetStyle(line, style);
1782 NotifyModified(DocModification(SC_MOD_CHANGEMARGIN, LineStart(line), 0, 0, 0, line));
1783}
1784
1785void Document::MarginSetStyles(int line, const unsigned char *styles) {
1786 static_cast<LineAnnotation *>(perLineData[ldMargin])->SetStyles(line, styles);

Callers 1

WndProcMethod · 0.80

Calls 3

DocModificationClass · 0.85
LineStartFunction · 0.85
SetStyleMethod · 0.80

Tested by

no test coverage detected