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

Method SetPosition

scintilla/src/CallTip.cxx:324–326  ·  view source on GitHub ↗

Set the calltip position, below the text by default or if above is false else above the text.

Source from the content-addressed store, hash-verified

322// Set the calltip position, below the text by default or if above is false
323// else above the text.
324void CallTip::SetPosition(bool aboveText) {
325 above = aboveText;
326}
327
328// It might be better to have two access functions for this and to use
329// them for all settings of colours.

Callers 6

WndProcMethod · 0.45
AddCharUTFMethod · 0.45
InsertPasteMethod · 0.45
PasteRectangularMethod · 0.45
WndProcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected