diff options
author | nyamatongwe <devnull@localhost> | 2000-04-18 13:23:58 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-04-18 13:23:58 +0000 |
commit | f3a226257d61fc7e23ddcb853ff828009d309bbd (patch) | |
tree | 3d5de7ce317ba23bed64ef26edd0121179e307e4 /include/Accessor.h | |
parent | 61a26afd9a30720144cd767a1ca94d62b1f9c9bf (diff) | |
download | scintilla-mirror-f3a226257d61fc7e23ddcb853ff828009d309bbd.tar.gz |
Removed use of PropSet in Accessor to avoid linkage.
Added indenting and horizontal scroll bar messages.
Diffstat (limited to 'include/Accessor.h')
-rw-r--r-- | include/Accessor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Accessor.h b/include/Accessor.h index dc76232e3..b4b7e62ec 100644 --- a/include/Accessor.h +++ b/include/Accessor.h @@ -56,7 +56,7 @@ public: virtual void Flush()=0; virtual int GetLineState(int line)=0; virtual int SetLineState(int line, int state)=0; - virtual PropSet &GetPropSet()=0; + virtual int GetPropertyInt(const char *key, int defaultValue=0)=0; // Style setting virtual void StartAt(unsigned int start, char chMask=31)=0; |