Help for this page
Etk_Bin * bin; Etk_Button * button; ... button = ETK_BUTTON(etk_bin_child_get(bin));
$bin->ChildSet($button); $button = $bin->ChildGet();
package Etk::Bin; ... return child_get($self); }