Used to determine which STYLE_xxxx to use for call tip information
| 81 | |
| 82 | /// Used to determine which STYLE_xxxx to use for call tip information |
| 83 | bool UseStyleCallTip() const { return useStyleCallTip;} |
| 84 | |
| 85 | // Modify foreground and background colours |
| 86 | void SetForeBack(const ColourDesired &fore, const ColourDesired &back); |