diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2020-09-29 20:02:57 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2020-09-29 20:04:20 -0400 |
commit | 14c986ff914080882686cb2b2c12dbe874ac64e5 (patch) | |
tree | 66e9dbdf932feefb0015a4e783303968516b29ee | |
parent | 07a48d5da245ce90bf20e9932f3e8afe67bfb48c (diff) |
node: Export for-each-child.
-rw-r--r-- | starling/node.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starling/node.scm b/starling/node.scm index 162cd81..d42a00c 100644 --- a/starling/node.scm +++ b/starling/node.scm @@ -34,6 +34,7 @@ active? visible? paused? + for-each-child on-boot on-enter on-exit |