invoke

operator fun invoke(    orientation: BoxOrientation = Top,     tabVisualizer: ItemVisualizer<View, Any>,     item: View,     vararg remaining: View): TabbedPanel<View>(source)

Creates a TabbedPanel that shows a set of Views. Each View is simply shown as the tab contents.