mojo.app.View.AddChildView - nitrologic/monkey2 GitHub Wiki

mojo::mojo.app.mojo.app.View.AddChildView

Method AddChildView:Void( view:mojo:mojo.app.View )

Adds a child view to this view.

AddChildView is normally used internally by 'layout' views. However you can also add a child view to any view directly by calling this method.

If you use this method to add a child view to a view, it is your responsiblity to also manage the child view's frame using the Frame property.