Q: Define a procedure to show all a window's children, and their children...

< Previous | Contents | Manuals Home | Boris FX | Next >

Q: Define a procedure to show all a window's children, and their children...

A: This is useful for locating all the windows, for example as you are creating a SyPy script. The metaattribute children is used:

define a procedure to recursively show a window. say the window.

for each of the window's children, recursively show the window. done.

©2024 Boris FX, Inc. — UNOFFICIAL — Converted from original PDF.