imageButton

inline fun Skin.imageButton(name: String = defaultStyle, extend: String? = null, init: ImageButton.ImageButtonStyle.() -> Unit = {}): ImageButton.ImageButtonStyle

Return

a new instance of ImageButtonStyle 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.