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

Method VirtualSpace

scintilla/src/Selection.h:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 virtualSpace = 0;
42 }
43 int VirtualSpace() const {
44 return virtualSpace;
45 }
46 void SetVirtualSpace(int virtualSpace_) {
47 PLATFORM_ASSERT(virtualSpace_ < 800000);
48 if (virtualSpace_ >= 0)

Callers 14

LocationFromPositionMethod · 0.80
DrawEOLMethod · 0.80
DrawLineMethod · 0.80
DrawCaretsMethod · 0.80
AddCharUTFMethod · 0.80
InsertPasteMethod · 0.80
PasteRectangularMethod · 0.80
ClearMethod · 0.80
DelCharBackMethod · 0.80
KeyCommandMethod · 0.80
DropAtMethod · 0.80
WndProcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected