diff options
author | Neil <nyamatongwe@gmail.com> | 2016-10-26 08:27:35 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2016-10-26 08:27:35 +1100 |
commit | 7ee60fc25a08dac31ccdfb77068aae852860cc37 (patch) | |
tree | aade0daf566683251555bed0cc5af545664e92c0 /src/ViewStyle.h | |
parent | acb772397633f7c46d31b12f96321a2a2f26d80b (diff) | |
download | scintilla-mirror-7ee60fc25a08dac31ccdfb77068aae852860cc37.tar.gz |
Moved location to margin code from Editor to ViewStyle.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 3b812693e..82c176c87 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -184,6 +184,7 @@ public: void SetStyleFontName(int styleIndex, const char *name); bool ProtectionActive() const; int ExternalMarginWidth() const; + int MarginFromLocation(Point pt) const; bool ValidStyle(size_t styleIndex) const; void CalcLargestMarkerHeight(); ColourOptional Background(int marksOfLine, bool caretActive, bool lineContainsCaret) const; |