Macro Language Reference > Macros > Window > tytsize
  
tytsize
Description
Controls the size of the text portion of the edit bar, in relation to the space taken up by the attributes information section. This is similar to clicking on and dragging the dividing line between the two sections.
 
Example 318. Set the text area of the edit bar to occupy 70% of the edit bar area
The macro below makes the text portion of the edit bar take up 70 per cent of the edit bar area. The other 30 per cent is taken up by the attributes information section.
tytsize 70
Syntax
tytsize size:n mode:n?
size
The proportion of the edit bar to be taken up by the text. This defaults to a percentage value, e.g. 70, in which case mode is not needed.
mode
Ø|0
Multiply size by 100
1
Multiply size by 10
2
Size is exact