child? ( parent child -- ? )
Factor handbook » UI framework » Building user interfaces » Gadget hierarchy and layouts » Layout basics

Prev:each-child ( ... gadget quot: ( ... child -- ... ) -- ... )
Next:parents ( gadget -- seq )


Vocabulary
ui.gadgets

Inputs
parenta gadget
childa gadget


Outputs
?a boolean


Word description
Tests if child is contained inside parent.

Definition