| 382 | int GetStyleClock() { return styleClock; } |
| 383 | void IncrementStyleClock(); |
| 384 | void SCI_METHOD DecorationSetCurrentIndicator(int indicator) { |
| 385 | decorations.SetCurrentIndicator(indicator); |
| 386 | } |
| 387 | void SCI_METHOD DecorationFillRange(int position, int value, int fillLength); |
| 388 | |
| 389 | int SCI_METHOD SetLineState(int line, int state); |
no test coverage detected