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

Method SetFoldExpanded

scintilla/src/Editor.cxx:7117–7122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7115}
7116
7117void Editor::SetFoldExpanded ( int lineDoc, bool expanded )
7118{
7119 if ( cs.SetExpanded ( lineDoc, expanded ) ) {
7120 RedrawSelMargin();
7121 }
7122}
7123
7124void Editor::FoldLine ( int line, int action )
7125{

Callers

nothing calls this directly

Calls 1

SetExpandedMethod · 0.80

Tested by

no test coverage detected