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

Method GetCtrlID

scintilla/src/Editor.h:464–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected