mojox.DockingView.AddView - nitrologic/monkey2 GitHub Wiki
mojox::mojox.mojox.DockingView.AddView
Method AddView:Void( view:mojo:mojo.app.View,location:monkey:monkey.types.String )
Method AddView:Void( view:mojo:mojo.app.View,location:monkey:monkey.types.String,size:monkey:monkey.types.String )
Method AddView:Void( view:mojo:mojo.app.View,location:monkey:monkey.types.String,size:monkey:monkey.types.String,resizable:monkey:monkey.types.Bool )
Adds a view.
location should be one of "left", "right", "top", "bottom".
size can be either an integer number of pixels or a percentage. If no size is specified, the view's layout size is used.
If resizable is true, the view can be resizable. Note: this must be used with size set to a non-0 integer.