-
-
Notifications
You must be signed in to change notification settings - Fork 10
Crow.Container
Jean-Philippe Bruyère edited this page Oct 26, 2021
·
3 revisions
simple container accepting one child
namespace: Crow
public class Container : PrivateContainer
⬜ | prototype | description |
---|---|---|
Container (Interface iface, string style=null) |
__ |
⬜ | name | description |
---|---|---|
Child |
__ |
⬜ | 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 |
⬜ | name | description |
---|