| 462 | virtual void NotifyFocus(bool focus); |
| 463 | virtual void SetCtrlID(int identifier); |
| 464 | virtual int GetCtrlID() { return ctrlID; } |
| 465 | virtual void NotifyParent(SCNotification scn) = 0; |
| 466 | virtual void NotifyStyleToNeeded(int endStyleNeeded); |
| 467 | void NotifyChar(int ch); |
nothing calls this directly
no outgoing calls
no test coverage detected