From bdf6057b83715e27eb7bd8e67822dee83d5c3539 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 1 Feb 2010 23:21:56 +0000 Subject: Fixed SetFirstVisibleLine so seen as a property. --- include/Scintilla.iface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 05aa5ab9f..92747ff83 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1221,7 +1221,7 @@ set void SetFontQuality=2611(int fontQuality,) get int GetFontQuality=2612(,) # Scroll so that a display line is at the top of the display. -set int SetFirstVisibleLine=2613(int lineDisplay,) +set void SetFirstVisibleLine=2613(int lineDisplay,) # Make the target range start and end be the same as the selection range start and end. fun void TargetFromSelection=2287(,) -- cgit v1.2.3