EditableContent.tabSize - multiple declarations

Function EditableContent.tabSize

returns tab size (in number of spaces)

Prototype

int tabSize() @property;

Function EditableContent.tabSize

sets tab size (in number of spaces)

Prototype

EditableContent tabSize(
  int newTabSize
) @property;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0