< Previous | Contents | Next >
Methods
ChildFrame.ActivateFrame()
Activates this frame window.
![]()
ChildFrame.ActivateNextFrame()
Activates the next frame window.
ChildFrame.ActivatePrevFrame()
Activates the previous frame window.
ChildFrame.GetControlViewList()
Returns the list of views from the Controls tabs.
> Python usage:
list = comp.CurrentFrame.GetControlViewList()
> Lua usage:
list = comp.CurrentFrame:GetControlViewList()
> Returns: views
> Return type: table
ChildFrame.GetMainViewList()
Returns the list of views from the Main tabs.
> Returns: views
> Return type: table
ChildFrame.GetViewLayout()
Retrieves the current view layout.
> Returns: layout
> Return type: table
ChildFrame.SetViewLayout(layout)
Sets the current view layout from a table.
> Parameters:
layout (table) – layout
> Returns: success
> Return type: boolean
ChildFrame.SwitchControlView(id)
Displays a given view from the Control tabs.
> Parameters: id (string) – id
ChildFrame.SwitchMainView(id)
Displays a given view from the Main tabs.
> Parameters: id (string) – id