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

Method TopLineOfMain

scintilla/src/Editor.cxx:341–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341int Editor::TopLineOfMain()
342{
343 if ( wMargin.GetID() ) {
344 return 0;
345 } else {
346 return topLine;
347 }
348}
349
350PRectangle Editor::GetClientRectangle()
351{

Callers

nothing calls this directly

Calls 1

GetIDMethod · 0.45

Tested by

no test coverage detected