tab

fun TabManager.tab(text: String? = null, content: Node? = null): Tab

Add a Tab to this manager.

Return

the control added.


inline fun tab(text: String? = null, content: Node? = null, configuration: KtfxTab.() -> Unit): Tab

Create a Tab with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun TabManager.tab(text: String? = null, content: Node? = null, configuration: KtfxTab.() -> Unit): Tab

Add a Tab with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.