add-listener!
(add-listener! _ listener)
Add a listener to receive events that hit this actor.
find-ancestor-window
(find-ancestor-window _)
pack-ancestor-window!
(pack-ancestor-window! _)
parent
(parent _)
Returns the parent actor, or null if not in a group.
remove!
(remove! _)
Removes this actor from its parent, if it has a parent.
set-center!
(set-center! _ x y)
set-height!
(set-height! _ height)
set-name!
(set-name! _ name)
set-position!
(set-position! _ x y)
set-touchable!
(set-touchable! _ touchable)
:children-only, :disabled or :enabled.
set-visible!
(set-visible! _ bool)
set-width!
(set-width! _ width)
toggle-visible!
(toggle-visible! _)