diff options
author | nyamatongwe <devnull@localhost> | 2004-04-28 12:48:32 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2004-04-28 12:48:32 +0000 |
commit | c9fe5d3c3cb33441ce1549554e31b26174f65121 (patch) | |
tree | 18fe4b3763594ce0f1de7296d0838c6d8203bb62 | |
parent | f585eba20018e74d6a7a28af1b3ea3eaeb622a4d (diff) | |
download | scintilla-mirror-c9fe5d3c3cb33441ce1549554e31b26174f65121.tar.gz |
WrapVisualFlags is a property so gets a set as well as a get.
-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 4960e564e..6a5e54237 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1024,7 +1024,7 @@ set void SetWrapVisualFlagsLocation=2462(int wrapVisualFlagsLocation,) get int GetWrapVisualFlagsLocation=2463(,) # Set the start indent for wrapped lines. -fun void SetWrapStartIndent=2464(int indent,) +set void SetWrapStartIndent=2464(int indent,) # Retrive the start indent for wrapped lines. get int GetWrapStartIndent=2465(,) |