diff options
author | nyamatongwe <devnull@localhost> | 2010-01-23 23:56:51 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-01-23 23:56:51 +0000 |
commit | 8a3fb6752f5eb1beb2b786d4ea12399ec1ac41a5 (patch) | |
tree | 661f96b7a4a4fba2d3782656566ea7bea03c4da1 | |
parent | 0d9b52688dd48d225b11e65f72919b70abbae7cb (diff) | |
download | scintilla-mirror-8a3fb6752f5eb1beb2b786d4ea12399ec1ac41a5.tar.gz |
Made WhitespaceSize a property.
-rw-r--r-- | include/Scintilla.iface | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index c4e774dbb..e6a6362cf 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -572,10 +572,10 @@ fun void SetWhitespaceFore=2084(bool useSetting, colour fore) fun void SetWhitespaceBack=2085(bool useSetting, colour back) # Set the size of the dots used to mark space characters. -fun void SetWhitespaceSize=2086(int size,) +set void SetWhitespaceSize=2086(int size,) # Get the size of the dots used to mark space characters. -fun void GetWhitespaceSize=2087(,) +get void GetWhitespaceSize=2087(,) # Divide each styling byte into lexical class bits (default: 5) and indicator # bits (default: 3). If a lexer requires more than 32 lexical states, then this |