According to
how commands work in Pier, is it possible to apply a
command on more than a single structure?
seb and me want to know whether we could apply a command to all the
elements of a list of page for example.
Sure that's possible. Something like that should work:
self root enumerator
with all hidden
do: [ :structure |
(self context
structure: each
command: aCommand copy)
command execute ]
Cheers,
Lukas
--
Lukas Renggli