EditBox.showWhiteSpaceMarks - multiple declarations

Function EditBox.showWhiteSpaceMarks

when true, show marks for tabs and spaces at beginning and end of line, and tabs inside line

bool showWhiteSpaceMarks() @property const;

Function EditBox.showWhiteSpaceMarks

void showWhiteSpaceMarks(
  bool show
) @property;