aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-05-22 09:25:50 +1000
committerNeil <nyamatongwe@gmail.com>2021-05-22 09:25:50 +1000
commitee1886079d0a5cd350ee8e3379be347943ba93ae (patch)
tree105ef0a0c7a9540ce2a3f90fa7d47fe9334d58c5 /src/ViewStyle.h
parentc8235ba0e0292f209a8233613669e2cff8de80da (diff)
downloadscintilla-mirror-ee1886079d0a5cd350ee8e3379be347943ba93ae.tar.gz
Encapsulate whether a margin shows folding.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r--src/ViewStyle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h
index 609afdcc4..798595ddc 100644
--- a/src/ViewStyle.h
+++ b/src/ViewStyle.h
@@ -21,6 +21,7 @@ public:
bool sensitive;
int cursor;
MarginStyle(int style_= SC_MARGIN_SYMBOL, int width_=0, int mask_=0) noexcept;
+ bool ShowsFolding() const noexcept;
};
/**