diff options
author | Neil <nyamatongwe@gmail.com> | 2014-07-17 08:59:39 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-07-17 08:59:39 +1000 |
commit | c6959a0ab03e5942d815a77f6566ea8611173c06 (patch) | |
tree | d6a61e69dc04809d6c4a98e1b852977a88df4421 /src/ViewStyle.h | |
parent | 2365db5114cb4813853f334e3369c5ae72ac38c3 (diff) | |
download | scintilla-mirror-c6959a0ab03e5942d815a77f6566ea8611173c06.tar.gz |
Refactored Drawline into separate methods for each aspect of drawing.
Standardised order of arguments to drawing methods.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 60bd9688e..b37387d7b 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -170,7 +170,10 @@ public: bool ValidStyle(size_t styleIndex) const; void CalcLargestMarkerHeight(); ColourOptional Background(int marksOfLine, bool caretActive, bool lineContainsCaret) const; + bool SelectionBackgroundDrawn() const; + bool WhitespaceBackgroundDrawn() const; ColourDesired WrapColour() const; + bool SetWrapState(int wrapState_); bool SetWrapVisualFlags(int wrapVisualFlags_); bool SetWrapVisualFlagsLocation(int wrapVisualFlagsLocation_); |