From c1b7f5da4f77fcd9530bbb03eb3228f6e81f5745 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 20 Apr 2005 23:03:20 +0000 Subject: Changed type of GetEndAtLastLine to match SetEndAtLastLine. --- include/Scintilla.iface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 2dd86eec2..32f19d5ac 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1078,7 +1078,7 @@ set void SetEndAtLastLine=2277(bool endAtLastLine,) # Retrieve whether the maximum scroll position has the last # line at the bottom of the view. -get int GetEndAtLastLine=2278(,) +get bool GetEndAtLastLine=2278(,) # Retrieve the height of a particular line of text in pixels. fun int TextHeight=2279(int line,) -- cgit v1.2.3