menuBar

inline fun Skin.menuBar(name: String = defaultStyle, extend: String? = null, init: MenuBar.MenuBarStyle.() -> Unit = {}): MenuBar.MenuBarStyle

Return

a new instance of MenuBarStyle added to the Skin with the selected name.

Parameters

name

name of the style as it will appear in the Skin instance.

extend

optional name of an existing style of the same type. Its values will be copied and used as base for this style.

init

will be applied to the style instance. Inlined.