diff options
author | nyamatongwe <unknown> | 2011-06-13 19:40:18 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2011-06-13 19:40:18 +1000 |
commit | de1ba6ffa1e4c3fff61f6bcfb3315357ff28ae08 (patch) | |
tree | dbfb97a4518e6c30471f88d49c13379eefe858d6 /src/Editor.h | |
parent | 1741f339d4cac847cf9c465a8a1494fe7b50629a (diff) | |
download | scintilla-mirror-de1ba6ffa1e4c3fff61f6bcfb3315357ff28ae08.tar.gz |
Added Identifier property.
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h index 48f4d1ccd..eccdb717f 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -422,6 +422,7 @@ protected: // ScintillaBase subclass needs access to much of Editor virtual void NotifyChange() = 0; virtual void NotifyFocus(bool focus); + virtual void SetCtrlID(int identifier); virtual int GetCtrlID() { return ctrlID; } virtual void NotifyParent(SCNotification scn) = 0; virtual void NotifyStyleToNeeded(int endStyleNeeded); |