Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
341
int Editor::TopLineOfMain()
342
{
343
if ( wMargin.GetID() ) {
344
return 0;
345
} else {
346
return topLine;
347
}
348
}
349
350
PRectangle Editor::GetClientRectangle()
351
{
Callers
nothing calls this directly
Calls
1
GetID
Method · 0.45
Tested by
no test coverage detected