VBox

open class VBox : BoxBase, WithChildren

Lays out its children in a column, with the first child at the top, and the last child at the bottom.

For a diagram of how children are laid out, see HBox and rotate your screen clockwise ;-)

Glok includes an application TestHBox that you can play with, if you download the source code.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

The base class Node has no children, so this is an empty list.

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String