tabbedPane
inline fun <S> KWidget<S>.tabbedPane(style: String = defaultStyle, init: KTabbedPane.(S) -> Unit = {}): KTabbedPane
Return
a new instance of TabbedPane. TabbedPane.mainTable will be added to this group.
Parameters
style
name of the TabbedPane.TabbedPaneStyle style to apply.
init
will be invoked with the TabbedPane instance as "this". Consumes container (such as a Cell or Node) with the TabbedPane.mainTable, or the table itself if the parent does not store actors in containers.