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

Method GetVisibleOriginInMain

scintilla/src/Editor.cxx:322–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322Point Editor::GetVisibleOriginInMain()
323{
324 return Point ( 0, 0 );
325}
326
327Point Editor::DocumentPointFromView ( Point ptView )
328{

Callers

nothing calls this directly

Calls 1

PointClass · 0.85

Tested by

no test coverage detected