aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-06-19 11:01:21 +0000
committernyamatongwe <unknown>2002-06-19 11:01:21 +0000
commit1d36d7e91e44d0675bf1c1e3c8834b1d0a4804ee (patch)
tree27673630a940f5074c74a2199c8b805289f67897 /include/Scintilla.iface
parent5fd10810590591df4d2aa51d1de0f239f0fe8dfa (diff)
downloadscintilla-mirror-1d36d7e91e44d0675bf1c1e3c8834b1d0a4804ee.tar.gz
TextHeight feature contributed by Josh Wingstrom.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index e5daa4f96..c310da062 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -979,6 +979,9 @@ set void SetEndAtLastLine=2277(bool endAtLastLine,)
# line at the bottom of the view.
get int GetEndAtLastLine=2278(,)
+# Retrieve the height of a particular line of text in pixels.
+fun int TextHeight=2279(int line,)
+
## Start of key messages
# Move caret down one line.
fun void LineDown=2300(,)