mojox.ToolBar.AddView - nitrologic/monkey2 GitHub Wiki
mojox::mojox.mojox.ToolBar.AddView
mojo:mojo.app.View )
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 )
Method AddView:Void( view:Adds a view to the tool bar. 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.