diff options
| author | nyamatongwe <unknown> | 2000-06-08 10:13:35 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2000-06-08 10:13:35 +0000 |
| commit | 6be833dedafe46929496a7d8a7fe19e7a904c2a7 (patch) | |
| tree | b6f995d8a0da6e0aced8372b4fd598304fe02437 /include/Scintilla.iface | |
| parent | ea1f6aafc644c191cd14168ae0eb4c71cc4e301b (diff) | |
| download | scintilla-mirror-6be833dedafe46929496a7d8a7fe19e7a904c2a7.tar.gz | |
Added GetColumn that determines the column of a position.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index acbad39df..4ddbfe054 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -414,6 +414,9 @@ get int GetLineIndentation=2127(int line,) # Retrieve the position before the first non indentation character on a line. get position GetLineIndentPosition=2128(int line,) +# Retrieve the column number of a position, taking tab width into account. +get int GetColumn=2129(position pos,) + # Show or hide the horizontal scroll bar set void SetHScrollBar=2130(bool show,) |
