The TabGroupTabList object represents a list of folders that will open as file display tabs when the parent tab group is opened. You can obtain this object from the tabs, lefttabs and righttabs properties of the TabGroup object.
The TabGroupsTabList object is a collection of TabGroupTabEntry objects; you can enumerate it to discover each folder tab.
Property Name | Return Type | Description |
---|---|---|
active |
object:TabGroupTabEntry |
Returns a TabGroupTabEntry object representing the active (default) folder tab in this tab list. |
Method Name | Arguments | Return Type | Description |
---|---|---|---|
AddTab |
<object:TabGroupTabEntry> <string:path> |
object:TabGroupTabEntry |
Adds a folder tab entry to this list. You can provide a |
DeleteTab |
<object:TabGroupTabEntry> or <int:index> |
none |
Deletes a folder tab entry from this list. You can provide a |
InsertTabAt |
<object:TabGroupTabEntry> <string:path> <int:index> |
object:TabGroupTabEntry |
Inserts a folder tab entry to this list. You can provide a |
MoveTabTo |
<object:TabGroupTabEntry> |
none |
Moves the specified tab entry to a new position, and optionally a new tab list. If the second parameter is a TabGroupTabList object then the tab entry will be moved to that list. The final parameter must be the index indicating the desired insertion position. |