getTabLabel

open fun getTabLabel(child: Widget): Widget?

Returns the tab label widget for the page @child.

null is returned if @child is not in @notebook or if no tab label has specifically been set for @child.

Return

the tab label

Parameters

child

the page