Class clove::WrapLayoutΒΆ

class clove::WrapLayout : public clove::Layout

A mixin for wrap layout implementations.

Subclassed by clove::Wrap

Public Functions

children()

List of all child widgets in this layout as widget configurations like in clove::build().

setChildren(value)

Setter for children().

Parameters
  • value: The new value.

addChild(value)

Adds a new child widget to the layout.

Parameters
  • value: The new widget as widget configuration like for clove::build().

clearChilds()

Removes all childs from the layout.