Vizard 7 » Command Index » Vizard modules » viz » <viz:window>.setName
7.6

<viz:window>.setName

Set the name of the graphics window

<viz:window>.setName(  
name  
)  
name
The name of the window

Remarks

The name of the graphics window will be displayed in the title bar of the window and task bar. This command can be called before or after viz.go().

The default window name is the name of the script being executed.

Return Value

None

Example

import viz
viz.go()
viz.window.setName('My Window Name')

See also

<viz:window>.getName