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

Method SetForeBack

scintilla/src/CallTip.cxx:330–333  ·  view source on GitHub ↗

It might be better to have two access functions for this and to use them for all settings of colours.

Source from the content-addressed store, hash-verified

328// It might be better to have two access functions for this and to use
329// them for all settings of colours.
330void CallTip::SetForeBack(const ColourDesired &fore, const ColourDesired &back) {
331 colourBG = back;
332 colourUnSel = fore;
333}

Callers 1

CallTipShowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected