gdl.scene2d.ui.table

->horizontal-separator-cell

(->horizontal-separator-cell colspan)

->vertical-separator-cell

(->vertical-separator-cell)

Table

protocol

members

add!

(add! _ actor)
Adds a new cell to the table with the specified actor.

add-rows!

(add-rows! _ rows)
rows is a seq of seqs of columns.
Elements are actors or a map of
{:actor :expand? :bottom?  :colspan int :pad :pad-bottom}. Only :actor is required.

cells

(cells _)