Container - Garland-g/perl6-libui GitHub Wiki

Libui::Container

Methods

set-content(Libui::Control $control)

Places $control inside the Container. This method is always available on all Containers. Some have more sensibly-named methods to do the same thing, but this one will always work. For containers that hold more than one Widget, it uses the append method.