horizontalFlowGroup
inline fun <S> KWidget<S>.horizontalFlowGroup(spacing: Float = 0.0f, init: KHorizontalFlowGroup.(S) -> Unit = {}): KHorizontalFlowGroup
Deprecated
Use KFlowGroup instead.
Replace with
flowGroup
Content copied to clipboard
Deprecated. Use flowGroup instead.
Return
a KHorizontalFlowGroup instance added to this group.
Parameters
spacing
item spacing of this group.
init
will be invoked with the widget as "this". Consumes actor container (usually a Cell or Node) that contains the widget. Might consume the actor itself if this group does not keep actors in dedicated containers. Inlined.