diff options
| author | nyamatongwe <devnull@localhost> | 2010-02-01 23:21:56 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2010-02-01 23:21:56 +0000 |
| commit | bdf6057b83715e27eb7bd8e67822dee83d5c3539 (patch) | |
| tree | e0e976737124c98af1b7a597d60c644fdb7e1fce | |
| parent | ca19210ac50cca094b5ce084ef0e675953bd9506 (diff) | |
| download | scintilla-mirror-bdf6057b83715e27eb7bd8e67822dee83d5c3539.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(,) |
