Macro Language Reference > Macros > Window > tyg
  
tyg
Description
Enters a macro into the edit bar information area when PTC ALD is in Graphics Mode.
 
Example 315. Add a macro to a specific line in the Graphic Mode edit bar
The macro shown below adds a line for the tglcol macro at line 3 of the Graphic Mode edit bar information area:
tyg "tglcol",3
Syntax
tyg macro:s line:n?
macro
The macro to be added to the edit bar information area. This must be a Graphics Mode attributes macro. Specifying a macro without a name, i.e. tyg "" creates a blank line in the edit bar information area.
line
The number of the row at which the new entry is to appear, numbered from the top (the first line is numbered 1).