diff options
author | nyamatongwe <unknown> | 2010-02-01 23:21:56 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-02-01 23:21:56 +0000 |
commit | 196f6cd01bf847286a32258da69aa7ca4b907e4a (patch) | |
tree | e0e976737124c98af1b7a597d60c644fdb7e1fce | |
parent | ce970f72b00b68ab23de54483aaf61701638f3fe (diff) | |
download | scintilla-mirror-196f6cd01bf847286a32258da69aa7ca4b907e4a.tar.gz |
Fixed SetFirstVisibleLine so seen as a property.
-rw-r--r-- | include/Scintilla.iface | 2 |
1 files changed, 1 insertions, 1 deletions
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(,) |