TabWidget.addTab

While you can still use the addTab from the parent class, *strongly* recommend you use addPage insteaad.

class TabWidget
override
int
addTab
(
string title
,
int pos = int.max
)

Meta

History

Added December 24, 2021 to fulful the interface requirement that came from adding TabMessageWidget.

You should not use it though since the addPage function is much easier to use here.

Suggestion Box / Bug Report