Vizard 8 » Command Index » Vizard modules » viz » <viz>.getWindowList
8.1

<viz>.getWindowList

Returns a list of all the window objects

<viz>.getWindowList(  
drawOrder = False  
)  
drawOrder = False
If True, the window list will be ordered by the window draw order. Otherwise the list will be ordered by the window ID.

Remarks

Returns a list of all the window objects.

Return Value

A list of all the window objects.

Example

windows = viz.getWindowList()