styledToolBar
Create a styled ToolBar.
Return
the styled control created.
Parameters
styleClass
the CSS style class.
id
the CSS id.
Add a styled ToolBar to this container.
Return
the styled control added.
Parameters
styleClass
the CSS style class.
id
the CSS id.
inline fun styledToolBar(vararg styleClass: String, id: String? = null, configuration: KtfxToolBar.() -> Unit): ToolBar
Create a styled ToolBar with configuration block.
Return
the styled control created.
Parameters
styleClass
the CSS style class.
id
the CSS id.
configuration
the configuration block.
inline fun NodeContainer.styledToolBar(vararg styleClass: String, id: String? = null, configuration: KtfxToolBar.() -> Unit): ToolBar
Add a styled ToolBar with configuration block to this container.
Return
the styled control added.
Parameters
styleClass
the CSS style class.
id
the CSS id.
configuration
the configuration block.