Function: qwindows

Syntax

qwindows ({<style> {,<mode> {,<element>}}})

Type

window

Returns

An array of windows, all of which satisfy selection criteria. This may return a zero-length array if no windows are found.

Parameters

Examples

Find all the graphic windows.

window gwins[] = qwindows("graphic")

Find all the graphic sub-windows.

window gwins[] = qwindows("graphic",2)

Find all the windows with an addLayer member function.

window laywins[] = qwindows(null,0,"addLayer")

See Also

Commands:

window

Structures:

window