Skip to content
Jean-Philippe Bruyère edited this page Oct 26, 2021 · 3 revisions

simple container accepting one child

namespace: Crow

Inheritance Hierarchy

Syntax

public class Container : PrivateContainer

Constructors

prototype description
Container (Interface iface, string style=null) __

Properties

name description
Child __

Methods

prototype description
void SetChild(Widget _child) override this to handle specific steps in child addition in derived class, and don't forget to call the base.SetChild

Events

name description
Clone this wiki locally