🔍CFirstTab
CFirstTab metatable
:Name(): string
string
Returns tab's name.
:Parent(): nil
nil
Returns parent. It's nil
for CFirstTab.
:Type(): Enum.WidgetType
Enum.WidgetType
Returns widget type.
:Open(): nil
nil
Opens parent tabs.
:Create(sectionName: string
): CTabSection
string
): CTabSection
Name
Type
Description
sectionName
string
Creates new CTabSection
.
Name
Type
Description
sectionName
string
Finds the CTabSection
by name.
Last updated