menu
Add a Menu to this container.
Return
the control added.
Create a Menu with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun MenuItemContainer.menu(text: String = "", graphic: Node? = null, configuration: KtfxMenu.() -> Unit): Menu
inline fun MenuContainer.menu(text: String = "", graphic: Node? = null, configuration: KtfxMenu.() -> Unit): Menu
Add a Menu with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.