🔍CFirstTab

CFirstTab metatable

:Name(): string

Returns tab's name.


:Parent(): nil

Returns parent. It's nil for CFirstTab.


Returns widget type.


:Open(): nil

Opens parent tabs.


:Create(sectionName: string): CTabSection

Name
Type
Description

sectionName

string

Creates new CTabSection.


:Find(sectionName: string): CTabSection|nil

Name
Type
Description

sectionName

string

Finds the CTabSection by name.

Last updated