Searched refs:STYLE_CALLTIP (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DScintillaBase.cxx372 // If container knows about STYLE_CALLTIP then use it in place of the
375 int ctStyle = ct.UseStyleCallTip() ? STYLE_CALLTIP : STYLE_DEFAULT;
377 ct.SetForeBack(vs.styles[STYLE_CALLTIP].fore, vs.styles[STYLE_CALLTIP].back);
635 vs.styles[STYLE_CALLTIP].fore = ct.colourBG;
641 vs.styles[STYLE_CALLTIP].fore = ct.colourUnSel;
H A DViewStyle.cxx287 styles[STYLE_CALLTIP].back.desired = ColourDesired(0xff, 0xff, 0xff);
288 styles[STYLE_CALLTIP].fore.desired = ColourDesired(0x80, 0x80, 0x80);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DScintillaWX.cpp704 int ctStyle = ct.UseStyleCallTip() ? STYLE_CALLTIP : STYLE_DEFAULT;
707 ct.SetForeBack(vs.styles[STYLE_CALLTIP].fore, vs.styles[STYLE_CALLTIP].back);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DScintilla.h160 #define STYLE_CALLTIP 38 macro

Completed in 102 milliseconds