diff options
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 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(,) |