tab
Add a Tab to this container.
Return
the control added.
Create a Tab with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun TabContainer.tab(text: String? = null, content: Node? = null, configuration: KtfxTab.() -> Unit): Tab
Add a Tab with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.