diff options
| author | nyamatongwe <unknown> | 2004-04-28 12:48:32 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2004-04-28 12:48:32 +0000 |
| commit | ce48405e2cb7c0fc08150f249230f9b53fdadeb3 (patch) | |
| tree | 18fe4b3763594ce0f1de7296d0838c6d8203bb62 | |
| parent | 275532f696d5b9da3913df28d5acb8903a1979a7 (diff) | |
| download | scintilla-mirror-ce48405e2cb7c0fc08150f249230f9b53fdadeb3.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(,) |
