class ElementTabSet
supers: RmlUi.Element
namespace: RmlUi
[source]
methods
ElementTabSet.SetPanel
function ElementTabSet.SetPanel(
index: integer,
rml: string
)
Sets the contents of a panel to the RML content rml. If index is out-of-bounds, a new panel will be added at the end.
[source]
ElementTabSet.SetTab
function ElementTabSet.SetTab(
index: integer,
rml: string
)
Sets the contents of a tab to the RML content rml. If index is out-of-bounds, a new tab will be added at the end.
[source]
ElementTabSet.RemoveTab
function ElementTabSet.RemoveTab(index: integer)
[source]
fields
ElementTabSet.active_tab
ElementTabSet.active_tab : integer
[source]
ElementTabSet.num_tabs
ElementTabSet.num_tabs : integer
[source]