for-each-frame in group:%
This method applies a function to each frame in the group. It also remembers the function and applies it to any new frames that are added to the group when they are added.
See also
get-frames.
( -> void
send a-group: for-each-frame f)
f : ((instance frame:basic<%>) -> void)
Applies f to each frame in the group