menuButton
Add a MenuButton to this container.
Return
the control added.
inline fun menuButton(text: String? = null, graphic: Node? = null, configuration: KtfxMenuButton.() -> Unit): MenuButton
Create a MenuButton with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun NodeContainer.menuButton(text: String? = null, graphic: Node? = null, configuration: KtfxMenuButton.() -> Unit): MenuButton
Add a MenuButton with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.