"showTabsandSpaces"

Specifies whether the Script Editor widget shows tabs and spaces.

Synopsis

shape.showTabsAndSpaces(bool mode);

Parameters

Parameter Description
shape Name of the object
mode

TRUE = Show tabs and spaces.

FALSE = Do not show tabs and spaces. Default value.

Description

Specifies whether the Scipt Editor widget will show tabs as arrows and spaces as dots.

Example

Does not show tooltips for truncated column texts.

main()
{
  TREE1.showToolTips(FALSE);
}

Assignment

Script Editor