mojox.DockingView - nitrologic/monkey2 GitHub Wiki
Class DockingView Extends mojo:mojo.app.View
The DockingView class.
| Constructors | |
|---|---|
| New | Creates a new docking view. |
| Properties | |
|---|---|
| ContentView | The content view. |
| Methods | |
|---|---|
| AddView | Adds a view. |
| GetViewSize | Gets size of a view. |
| RemoveAllViews | Removes all views. |
| RemoveView | Removes a view. |
| SetViewSize | Sets size of a view. |