M
Matt Gilarde
Guest
That code walks through every widget in the widget tree. If you only want to walk through the children of the current window, pass CURRENT-WINDOW:FIRST-CHILD to procedure WalkChildTree: RUN WalkChildTree(CURRENT-WINDOW:FIRST-CHILD).
Continue reading...
Continue reading...