aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-06-08 10:13:35 +0000
committernyamatongwe <unknown>2000-06-08 10:13:35 +0000
commit6be833dedafe46929496a7d8a7fe19e7a904c2a7 (patch)
treeb6f995d8a0da6e0aced8372b4fd598304fe02437 /include/Scintilla.h
parentea1f6aafc644c191cd14168ae0eb4c71cc4e301b (diff)
downloadscintilla-mirror-6be833dedafe46929496a7d8a7fe19e7a904c2a7.tar.gz
Added GetColumn that determines the column of a position.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index d1cb759f7..2ae3b03c8 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -235,6 +235,7 @@ extern "C" {
#define SCI_SETLINEINDENTATION SCI_START + 126
#define SCI_GETLINEINDENTATION SCI_START + 127
#define SCI_GETLINEINDENTPOSITION SCI_START + 128
+#define SCI_GETCOLUMN SCI_START + 129
#define SCI_SETHSCROLLBAR SCI_START + 130
#define SCI_GETHSCROLLBAR SCI_START + 131