From fdc473e497d27721441a9a9177354ea6e1fa15fc Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 12 Apr 2009 09:32:53 +0000 Subject: Annotations and text margins added. --- src/ViewStyle.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ViewStyle.h') diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 3f8b856b9..5390848e5 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -104,6 +104,9 @@ public: bool extraFontFlag; int extraAscent; int extraDescent; + int marginStyleOffset; + int annotationVisible; + int annotationStyleOffset; ViewStyle(); ViewStyle(const ViewStyle &source); @@ -117,6 +120,7 @@ public: void ClearStyles(); void SetStyleFontName(int styleIndex, const char *name); bool ProtectionActive() const; + bool ValidStyle(size_t styleIndex) const; }; #ifdef SCI_NAMESPACE -- cgit v1.2.3